Answers for "conda use specific python version"

1

conda set python version

conda search python
 conda install python=3.6.2
Posted by: Guest on October-24-2020
1

conda import specific version

conda install <pkg>=<version>

#for example

conda install matplotlib=1.4.3
Posted by: Guest on May-17-2020

Code answers related to "conda use specific python version"

Python Answers by Framework

Browse Popular Code Answers by Language