4

I would like to install Python 3.5 in my new 18.04 Ubuntu release. I don't want it to be my default version. I just need it to run a specific app. Can anyone help?

Stephen Rauch
  • 1,156
  • 6
  • 15
  • 21

1 Answers1

4

I'ld be more inclined to set up a docker container, but the deadsnakes ppa does carry various python builds you could install to get exactly the version you need.

For bionic, they do have a few builds.

RobotHumans
  • 30,112