Setting Up
-
2. Installing Anaconda
How to Install Anaconda Python in GNU/Linux
-
3. Making conda Virtual Env
Then to Create conda Virtual Environment.
conda create -n MYCONDAENV
Then to Activate the Environment:
conda activate MYCONDAENV
And to Deactivate or Exit from the Env:
conda deactivate
So Now I’m truly Happy if My Guide could Help you to Create a conda Virtual Environment!
Contents