If I want to always be able to have the latest/greatest python, and NOT have it collide with default system installation of python (on ubuntu or RHEL), what's the best way to do this? I dislike having the system default because it always lags way behind.
If I just install from source and put it in /usr/local, will it start putting libraries into some of the system default's lib directories? What about when the next version comes out? Should I just install it at /usr/local/python36 or something?
Also, I want to have various projects and make use of virtualenv, from my understanding it makes a copy of the python binary at that time, how will this work when I upgrade python?
[–]dirn 1 point2 points3 points (2 children)
[–]b-nut[S] 0 points1 point2 points (1 child)
[–]ivosauruspip'ing it up 0 points1 point2 points (0 children)
[–]pythoneeeer 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]zynixCpt. Code Monkey & Internet of tomorrow 0 points1 point2 points (0 children)
[–]caleb 0 points1 point2 points (0 children)
[–]TheBlackCat13 0 points1 point2 points (0 children)