Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.02 KB

python.asciidoc

File metadata and controls

26 lines (21 loc) · 1.02 KB
Table of Contents

Python

The Python Commandlet allows to install and use the Python CLI and pip.

ATTENTION: Python support for different platforms is not great unfortunately. On Linux and MacOS we have to build Python from the source-code during the installation as portable downloads are only available for windows. However, on some Macs the configure script of Python fails. This is not our fault and we can not fix this unless it gets fixed in Python itself. For details see bug issue #834.

The arguments (devon python «args») are explained by the following table:

Table 1. Usage of python
Argument(s) Meaning

setup

install python on your machine.

help

access additional help information.

version

Get version of currently installed Python version.

pip

Call pip.

pip3

Call pip3. (Windows only)

«args»

call python with the specified arguments."