I\'ve installed new PyCharm that uses django v1.71(default), but I would like to change it to v1.68.
How can we achieve this with PyCharm?
PyCharm
The best way is to use virtualenv: create a new virtual environment, install the python you want and keep the path to this version's python.exe file.
Open PyCharm and go to settings: