Installing Python 3.5 on Ubuntu 14.04

Python
2018-02-08 12:10 (6 years ago) ytyng

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

Comments

Archive

2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011