Python Forum
many versions on python on linux
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
many versions on python on linux
#6
Quote:i would like to setup as many installed versions of python
You are not limited to whatever that linux distro's repo has available. You can just download every python version you want from python.org and compile them from source. In theory you can have every single version ever built if you really wanted to.

After you download each python version, change directory to that download directory and execute
./configure
make
and there will be a python executable named python for that version downloaded in that directory. And you just repeat the process with every version you want. And to run that version ./python if your in that directory, otherwise the path to that directory.

I can honestly say, that most linux users would just build it from source as they do with everything else.
Recommended Tutorials:
Reply


Messages In This Thread
many versions on python on linux - by Skaperen - Oct-16-2017, 03:12 AM
RE: many versions on python on linux - by wavic - Oct-16-2017, 03:37 AM
RE: many versions on python on linux - by Skaperen - Oct-16-2017, 08:11 AM
RE: many versions on python on linux - by sjdv1982 - Oct-16-2017, 09:22 AM
RE: many versions on python on linux - by wavic - Oct-16-2017, 11:09 AM
RE: many versions on python on linux - by metulburr - Oct-16-2017, 11:25 AM
RE: many versions on python on linux - by snippsat - Oct-16-2017, 11:29 AM
RE: many versions on python on linux - by DeaD_EyE - Oct-16-2017, 12:12 PM
RE: many versions on python on linux - by Skaperen - Oct-17-2017, 02:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python on Linux ebn852_pan 8 667 2 hours ago
Last Post: Larz60+
  Pandas + PIL on Linux (Python 32) Clives 3 2,358 Mar-25-2022, 07:46 PM
Last Post: snippsat
  Python App On Different Versions Harshil 3 2,462 Aug-25-2020, 04:14 PM
Last Post: snippsat
  multiple versions of Python Skaperen 6 3,109 Jun-13-2019, 12:32 AM
Last Post: Skaperen
  compiling various versions of Python, which toolchain? Skaperen 4 2,856 Jun-06-2019, 06:28 AM
Last Post: Skaperen
  running other older versions of python Skaperen 20 10,356 Mar-03-2018, 02:23 AM
Last Post: Skaperen
  how to install python on linux manchun 5 4,708 Mar-01-2018, 09:09 AM
Last Post: wavic
  Which is best for python?Linux or windows? PySoD 21 33,618 Jun-19-2017, 04:52 PM
Last Post: Ofnuts

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020