Hello! I was just trying to install qiime2-2021.8 or qiime2-2022.8 using miniconda, the installation seemed to be successful, however, I received this error message when activated the env.
qiime --help
bash qiime: command not found...
In my conda env, all the packages have been installed
# Name Version Build Channel
_libgcc_mutex 0.1 main
_openmp_mutex 5.1 1_gnu
bibtexparser 1.3.0 pyhd8ed1ab_0 conda-forge
blas 1.0 mkl
bottleneck 1.3.5 py38h7deecbd_0
ca-certificates 2022.9.14 ha878542_0 conda-forge
certifi 2022.9.14 pyhd8ed1ab_0 conda-forge
decorator 4.4.2 py_0 conda-forge
dill 0.3.5.1 pyhd8ed1ab_0 conda-forge
intel-openmp 2021.4.0 h06a4308_3561
ld_impl_linux-64 2.38 h1181459_1
libffi 3.3 he6710b0_2
libgcc-ng 11.2.0 h1234567_1
libgomp 11.2.0 h1234567_1
libstdcxx-ng 11.2.0 h1234567_1
mkl 2021.4.0 h06a4308_640
mkl-service 2.4.0 py38h95df7f1_0 conda-forge
mkl_fft 1.3.1 py38h8666266_1 conda-forge
mkl_random 1.2.2 py38h1abd341_0 conda-forge
ncurses 6.3 h5eee18b_3
networkx 2.8.6 pyhd8ed1ab_0 conda-forge
numexpr 2.8.3 py38h807cd23_0
numpy 1.23.1 py38h6c91a56_0
numpy-base 1.23.1 py38ha15fc14_0
openssl 1.1.1q h7f8727e_0
packaging 21.3 pyhd8ed1ab_0 conda-forge
pandas 1.4.3 py38h6a678d5_0
pip 22.1.2 py38h06a4308_0
pyparsing 3.0.9 pyhd8ed1ab_0 conda-forge
python 3.8.13 h12debd9_0
python-dateutil 2.8.2 pyhd8ed1ab_0 conda-forge
python_abi 3.8 2_cp38 conda-forge
pytz 2022.2.1 pyhd8ed1ab_0 conda-forge
pyyaml 6.0 py38h0a891b7_4 conda-forge
qiime2 2021.8.0 py38h5479fe0_0 qiime2/label/r2021.8
readline 8.1.2 h7f8727e_1
setuptools 63.4.1 py38h06a4308_0
six 1.16.0 pyh6c4a22f_0 conda-forge
sqlite 3.39.2 h5082296_0
tk 8.6.12 h1ccaba5_0
tzlocal 2.1 pyh9f0ad1d_0 conda-forge
wheel 0.37.1 pyhd3eb1b0_0
xz 5.2.5 h7f8727e_1
yaml 0.2.5 h7f98852_2 conda-forge
zlib 1.2.12 h5eee18b_3
Does anybody know how to solve it?
Thank you so much.