Top

How to install miniconda and using environment

Nov 25, 2020 | 853 views

#Linux #InstallGuide


Refer to:

For example,

conda create --name qgis_stable

To use an environment, you need to activate it.

conda activate qgis_stable

Your terminal prompt will show you the active environment.

(qgis_stable) aneto@oryx:~/miniconda3$

To deactivate the current environment, you run

conda deactivate


Leave a comment

0 comments