python
Python Interpreter ausführen
Syntax
$python [options] [-c cmd | -m mod | file | -] [arg] ...
Optionen
-c
-m
-V
--version
Beispiele
Beispiele
$python script.py
Beispiele
$python -c "print("Hello World")"
Beispiele
$python -m pip install package
Typische Anwendungsfälle
Hinweis
Der Standard-Python-Interpreter. Verwende python3 für explizite Python 3 Version.
Export