Ubuntu 14.04 に Python3.5 をインストールする
Python
2018-02-08 03:10 (8 years ago)

ソースからビルドするのが簡単
$ wget https://www.python.org/ftp/python/3.5.5/Python-3.5.5.tgz
$ tar -xvf Python-3.5.5.tgz
$ cd Python-3.5.5/
$ ./configure --enable-optimizations
$ sudo make install
$ python3.5 --version
Python 3.5.5
pyvenv-3.5 も使えるようになる
# pyvenv-3.5 --without-pip python35-test-env
現在の評価: 5.0 (1)
著者は、アプリケーション開発会社 Cyberneura を運営しています。
開発相談をお待ちしています。
開発相談をお待ちしています。