Skip to main content

x_kmpkg_get_python_packages

This section covers an experimental feature of kmpkg which may change or be removed at any time.

Retrieve needed python packages.

Usage

x_kmpkg_get_python_packages(
[PYTHON_VERSION (2|3)]
PYTHON_EXECUTABLE <path to python binary>
REQUIREMENTS_FILE <file-path>
PACKAGES <packages to acquire>...
[OUT_PYTHON_VAR some_var]
)

Parameters

PYTHON_VERSION

Python version to be used.

Must be either 2 or 3.

PYTHON_EXECUTABLE

Full path to the python executable

REQUIREMENTS_FILE

Requirement file with the list of python packages

PACKAGES

List of python packages to acquire

OUT_PYTHON_VAR

Variable to store the path to the python binary inside the virtual environment

Source

ports/kmpkg-get-python-packages/x_kmpkg_get_python_packages.cmake