• language

Python Official documentation

Standard Python language support is part of standard ubuntu distribution. We also install pip without the need to explicitly define python service in your node configuration.

You can use this service configuration to install pip packages globally by adding them to the packages array. If you want to host python web applications take a look at our uWSGI documentation.

Commands

devops python packages add
Install python packages

Options

Name Type Description Required
packages array List of packages to install
requirements_file string Full path to the requirements.txt file
virtualenv string Name of the virtualenv to use
devops python packages remove
Remove python packages

Options

Name Type Description Required
packages array List of packages to remove
requirements_file string Full path to the requirements.txt file
virtualenv string Name of the virtualenv to consider

Configuration

packages array
List of pip packages to install globally on the system