Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.07 KB

configuration.rst

File metadata and controls

47 lines (30 loc) · 1.07 KB

Using Configuration

shell

Qip command line tool is using the Wiz configuration to define default values.

Using Wiz Configuration <wiz:configuration>

Installation paths

By default, Qip will install the Python packages and corresponding Wiz definition in the temporary path of the station. It is possible to define different installation paths with the following configuration:

[qip]
packages_output="/path/to/packages"
definitions_output="/path/to/definitions"

Python target

By default, Qip will install Python packages using the current Python executable <sys.executable>. It is possible to define a different target with the following configuration:

[qip]
python_target="python==3.8.*"

Note

The Python target can be the path to a Python executable or a Wiz package request.