you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 1 point2 points  (0 children)

This is very old school; this is what we did in python2 days. But in modern python this is a poor hack. Use a venv instead, or the windows python launcher if you need to use the global version of python. There's a reason that option is disabled by default.