Answers for "change conda main python version"

2

conda set python version

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

change python version of a conda environment

conda activate my_env
conda install python=3.6
Posted by: Guest on July-02-2021

Code answers related to "change conda main python version"

Python Answers by Framework

Browse Popular Code Answers by Language