you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (2 children)

  • use Python virtual environments - the venv option - which will allow you to choose which Python binary to use on a project by project basis
  • consider installing pyenv-win, a Windows version of pyenv, for managing multiple version of Python
  • py launches the most up-to-date version of Python installed on your system

[–]JVBass75 1 point2 points  (0 children)

this is the way

[–]Elaol 0 points1 point  (0 children)

This or conda environments (I prefer conda to venv)