I am trying to change the version of python that I'm running. When i do python -V, it says 3.6 but if i do pythonw -V it is still running 3.7.
For this application, I need to run pythonw. Is there a way to roll this back to use 3.6 (using OSX)?
I am trying to change the version of python that I'm running. When i do python -V, it says 3.6 but if i do pythonw -V it is still running 3.7.
For this application, I need to run pythonw. Is there a way to roll this back to use 3.6 (using OSX)?
You don't need to rollback anything.
Please take a look here.
There are several ways to define the version you want to run, from py
launcher options to environment vars, ini settings, shebang lines, or even file type associations.