Activate virtualenv with conda

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
0
0

install virtualenv conda

// virtualenv
conda install -c anaconda virtualenv

// virtualenvwrapper
conda install -c eumetsat virtualenvwrapper

In other languages

This page is in other languages

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