I would like to know how to install python 3.5.1 on Ubuntu 14.04.
Asked
Active
Viewed 1.0k times
6
-
2There is this PPA: https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes – fkraiem Jun 05 '16 at 15:09
-
did you ever try this with a docker image? – Charlie Parker Jan 16 '17 at 22:23
1 Answers
1
The easiest way to install Python 3.5 is with anaconda

Vitor Abella
- 7,537
-
1this might be a small caveat, but what if your using a docker image that has ubuntu. Is anaconda still a good idea? – Charlie Parker Jan 16 '17 at 22:22
-
3It's definitely possible to install Python 3.5 with Anaconda, but it's not obvious to me why it would be the easiest. Installing from PPA is similarly easy. – pts Feb 17 '17 at 15:23