0

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.

TylerH
  • 20,799
  • 66
  • 75
  • 101
Jason
  • 47
  • 2
  • 11

2 Answers2

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
0

I use "conda install python=3.7 anaconda=custom" and it works.

Jason
  • 47
  • 2
  • 11