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?
Asked
Active
Viewed 4,284 times
4
1 Answers
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
- 29,530
python
is python 2.7.15rc1 andpython3
is 3.6.5 (as of today), on 17.10 however you will get a different result because therepython
is linking to python 3.6.x (not exactly know the version here) andpython2
is linking to 2.7.x. guess they changed it yround again for compatibility reasons. – Videonauth Jun 08 '18 at 14:33