6

I would like to know how to install python 3.5.1 on Ubuntu 14.04.

Agaz Wani
  • 161

1 Answers1

1

The easiest way to install Python 3.5 is with anaconda

https://docs.continuum.io/anaconda/install

Vitor Abella
  • 7,537
  • 1
    this 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
  • 3
    It'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