On Sat, 25 Oct 2014 09:03:38 +0200 Ludovic Gasc <[email protected]> wrote: > You can use pythonz: https://github.com/saghul/pythonz > to install quickly a specific version of Python, along side with your > python system.
If you want binaries of Python along with a number of different packages, you can also try Conda (you can start with the "Miniconda" installer): http://conda.pydata.org/ It comes with an environment system which avoids interferences with the system Python. Regards Antoine.
