Currently users have to make sure Python 3.7 is the currently active version of Python by ensuring it's first in the path entries.
If Python 3.7 is installed (registry look up), use the path in the batch file setup of the virtual environment to make getting started for the user easier.
If Python 3.7 is not installed, warn the user if it is missing and exit.
Currently users have to make sure Python 3.7 is the currently active version of Python by ensuring it's first in the
pathentries.If Python 3.7 is installed (registry look up), use the path in the batch file setup of the virtual environment to make getting started for the user easier.
If Python 3.7 is not installed, warn the user if it is missing and exit.