I will accept two possible solutions:
- Both versions are installed side by side.
- 3.7.5 is removed and 3.6.5 is then installed.
I will accept two possible solutions:
For this you can use pyenv
.
https://realpython.com/intro-to-pyenv/
If you have installed all packages and dependencies you can install different version like this:
pyenv install -v 3.6.5