Installing Python 3.5 on Ubuntu 14.04

Python
2018-02-08 03:10 (8 years ago)
Installing Python 3.5 on Ubuntu 14.04

Building from source is easy

$ 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 also becomes available

# pyvenv-3.5 --without-pip python35-test-env

Current rating: 5.0 (1)
The author runs the application development company Cyberneura.
We look forward to discussing your development needs.

Categories

Archive