To help the user we should allow them to override the default python on the path with their own choice.
This should be explicitly overridden not set by default.
| Setting name |
Description |
| pysys-test.python |
Path to python executable to use |
| pysys-test.pythonpath |
PYTHON_PATH that will be appended to the environment variable currently set |
These settings will replace the default command used when invoking commands. Where we currently use
python -m pysys
If the python executable is set to be
/mypath/bin/python or c:\myWindowsPath\bin\python.exe we should use these
/mypath/bin/python -m pysys ...
To help the user we should allow them to override the default python on the path with their own choice.
This should be explicitly overridden not set by default.
These settings will replace the default command used when invoking commands. Where we currently use
python -m pysysIf the python executable is set to be
/mypath/bin/pythonorc:\myWindowsPath\bin\python.exewe should use these/mypath/bin/python -m pysys ...