Skip to content

Add settings for PYTHONPATH and python executable #11

@CaribouJohn

Description

@CaribouJohn

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions