Conda Create New Environment With Specific Python Version Code Example


Example 1: create a virtual environment python conda


conda create -n yourenvname python=x.x anaconda

Example 2: create conda env with specific python version


conda create -n "myenv" python=3.3.0

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable