1

I want to go back to python 3.6 and I have python 3.9 because some of the libraries such as numba is not compatible with it on windows 10. I do not use conda or anything. Is there anyway I could downgrade my python version without uninstalling and reinstalling everything?

C:\Users\maste>python -V
Python 3.9.1
tony selcuk
  • 709
  • 3
  • 11
  • 3
    You can have 3.6 alongside 3.9 without any issues. Just install it and then create a venv to use 3.6. – NotAName Jan 15 '21 at 01:03
  • I think this [link](https://www.freecodecamp.org/news/manage-multiple-python-versions-and-virtual-environments-venv-pyenv-pyvenv-a29fb00c296f/) would help you with what you're trying. – Yash Soni Mar 01 '21 at 12:40

0 Answers0