I have Python 3.8.5 installed via Anaconda, but I want to switch it to Python 3.7.6. I tried to use conda install python=3.7.6
, but after the command finished, I still get Python 3.8.5.
Asked
Active
Viewed 136 times
0
-
1you can create new env with python=3.7.6 – Beginer Jan 13 '21 at 08:33
-
Try using pyenv to manage python versions. Conda is mainly used for dependencies and environments – OneCricketeer Jan 13 '21 at 16:57
2 Answers
1
If you already have python version 3.7.6 installed on your system. Check this thread Change Python version
And if you do not have the version you can download from Python and then try the above thread

Shag
- 430
- 2
- 5