Posts: 4,646
Threads: 1,493
Joined: Sep 2016
i would like to setup as many installed versions of python under
linux as possible without chroots, containers or virtual machines. anyone know how (even if only for a specific distro)?
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,646
Threads: 1,493
Joined: Sep 2016
i want to have at least python2.6 python2.7 python3.4 python3.5 python3.6 on concurrently, more if available. i have found that these versions are available on amazon linux. a version that can't be found is ok not to have, but the 5 i list are available at least for that one distro, which is based on centos.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,646
Threads: 1,493
Joined: Sep 2016
i don't build from source anymore, unless i need to. this ubuntu i am running currently is all installed from ubuntu packages (or some from pip). compiling might be an option, for this. the versions i want is just a reasonable set of what my code may encounter. this so i can test it in these cases.
i already can run 2.6, 2.7, 3.4, 3.5, 3.6 on amazon linux in separately launched instances on AWS. that might be good enough for testing python code that is not distro specific.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.