PythonConfig
Index
Properties
packageManager
pip
Options for pip, when used as a package manager.
plugin
Location of the WASM plugin to use for Python support.
rootVenvOnly
Assumes a workspace root virtual environment is used for dependencies. Can be used to support the "one version policy" pattern.
uv
Options for uv, when used as a package manager.
optionalvenvName
Defines the virtual environment name, which will be created in the workspace root. Project dependencies will be installed into this.
version
The version of Python to download, install, and run python
tasks with.
The package manager to use for installing dependencies and managing the virtual environment.