PartialPythonConfig
Index
Properties
optionalpackageManager
optionalpip
Options for pip, when used as a package manager.
optionalplugin
Location of the WASM plugin to use for Python support.
optionalrootVenvOnly
Assumes a workspace root virtual environment is used for dependencies. Can be used to support the "one version policy" pattern.
optionaluv
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.
optionalversion
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.