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

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy