LoginSignup
1
1

More than 3 years have passed since last update.

UbuntuにPython3.xを入れる

Posted at

UbuntuでPython環境を作る際の備忘録です。
Python3.x(投稿時点では3.8)のインストールコマンドです。

$ sudo apt install python3.8
Python3.8本体のインストール。
python3.8コマンドが使えるようになる。
.pyファイルを実行するのに必要。

$ sudo apt install python3-pip
Pythonのパッケージ管理ツールのインストール。
pip3コマンドが使えるようになる。
pythonの多種多様なライブラリをインストールするのに必要。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1