Command to install Python 3.7 series with anaconda
conda create --name "myenv" python=3.7
Recommended Posts