コンテンツにスキップ

UbuntuにPythonをインストール

参考: https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/

Python と、Python のパッケージ管理ツール pip をインストールして簡単なコードを実行します。

pip is the package installer for Python.

https://pip.pypa.io/en/stable/

実行

仮想環境を無効化

リンク