-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 ...
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request