How to Create Conda Virtual Enviroment

February 26, 2019 | By the+gnu+linux+evangelist.

Setting Up

  1. 2. Installing Anaconda

    How to Install Anaconda Python in GNU/Linux

    Anaconda Linux Installation Guide
  2. 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


QuickChic Theme • Powered by WordPress