Conda Python Versions

[Solved] Conda Python Versions | Shell - Code Explorer | yomemimo.com
Question : conda python versions

Answered by : kwams-ahortor

#For conda version
conda --version
#For python version
python --version

Source : | Last Update : Thu, 28 Jul 22

Question : conda set python version

Answered by : arno-deceuninck

 conda search python conda install python=3.6.2

Source : http://chris35wills.github.io/conda_python_version/ | Last Update : Sat, 31 Oct 20

Answers related to conda python versions

Code Explorer Popular Question For Shell