How to create virtual environment in anaconda prompt

Code examples

9
0

how to make a conda environment

conda create --name myenv
#to activate environment:
conda activate myenv
3
0

how to create a virtual environment in anaconda

conda create -n env_name python=x.x anaconda
3
0

conda create environment python 3

conda create -n [env-name] python
1
0

create virtual environment anaconda

conda create -n yourEnvName
eg:
conda create -n test
0
0

install virtualenv conda

// virtualenv
conda install -c anaconda virtualenv

// virtualenvwrapper
conda install -c eumetsat virtualenvwrapper
-2
0

how to create virtual environment in anaconda

conda create --name myenv

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................