Updating QIIME 2 2019.7 in a server with ANACONDA2 installed

Hi Everyone,
I am trying to update from QIIME2 2019.1 to QIIME2 2019.7 version in our server, I followed the instructions but failed to update it.

conda update conda
conda install wget
wget https://data.qiime2.org/distro/core/qiime2-2019.7-py36-linux-conda.yml
conda env create -n qiime2-2019.7 --file qiime2-2019.7-py36-linux-conda.yml

I had this in my terminal instead:

Could not find conda environment: qiime2-2019.7
You can list all discoverable environments with conda info --envs.

Hi @Imee19, can you please provide the output when running the conda env create command? It sounds like the install didn’t complete successfully.

Hi Matt,
thank you , that was what’s causing the error so I had to re-install the anaconda.