qiime2 2019.10 installation problems

I am very new to programming, and I am downloading qiime2-2019.10, and I was able to download the wget coding and activate the qiime condo environment, but when I perform the qiime --help task, I get a command not found response. I’ve uninstalled and reinstalled the coding, and it still isn’t working. Does anyone have any suggestions? Here’s my coding output:
(qiime2-2019.10) mikaylas-mbp:~ mikaylacraven$ qiime --help

-bash: qiime: command not found

(qiime2-2019.10) mikaylas-mbp:~ mikaylacraven$

1 Like

What operating system are you using?

Did you run this without error?:

conda env create -n qiime2-2019.10 --file qiime2-2019.10-py36-linux-conda.yml

Based on your output, it looks like you successfully activated the conda environment.

You could try removing the conda environment and reinstalling:

conda env remove -n qiime2-2019.10
conda clean -y --all

Then run the installation code for whichever operating systems you’re running:
https://docs.qiime2.org/2019.10/install/native/#install-miniconda

2 Likes