LoginSignup
2
3

More than 5 years have passed since last update.

UbuntuにPython3.4をセットアップ

Last updated at Posted at 2015-09-01

とりあえず、以下を実行。
sudo apt-get install python3.4

既にインストール済みと出た。。

次はpipをインストール。
sudo apt-get install python-pip

pipのバージョンをチェック。
pip -V
Vは大文字。
出力:pip 1.5.6 from /usr/lib/python2.7/dist-packages (python 2.7)

あれれ、2.7にpipがリンクされた。調べてみたが、python3.4でpipをインストールする方法が分からず。。また今度、試してみよう。

2
3
2

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
2
3