Using Configuration

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

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. 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.