pythonPython language インタプリタ。 詳細情報: https://docs.python.org/using/cmdline.html。
python
python {{Pythonファイルパス}}
python -i {{Pythonファイルパス}}
python -c "{{Python実装文字列}}"
python -m {{モジュール名}} {{引数}}
pipを利用してパッケージをインストールする:python -m pip install {{パッケージ}}
python -m pdb {{Pythonファイルパス}}
python -m http.server