This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ludovic.Gasc
Recipients Ludovic.Gasc, docs@python
Date 2014-11-16.13:07:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416143270.93.0.294099488714.issue22882@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

To install easily Python 3.4.2 on Linux, I use Pythonz: http://saghul.github.io/pythonz/

I've discovered that, depends on the packages already installed on Linux, I don't have the same Python each time after compilation on servers.
Some features could missing, like pip, if you don't install some packages.

I've made a pull request in Pythonz with the list of packages you need to avoid that: https://github.com/saghul/pythonz#before-installing-pythons-via-pythonz

But, for me, this packages list should be in official Python documentation directly.

I've tested this packages list on Debian (Squeeze, Wheezy, Jessie, Sid), Ubuntu (12.04, 14.04) and CentOS 6.

Thanks for the merge.

Regards.
History
Date User Action Args
2014-11-16 13:07:51Ludovic.Gascsetrecipients: + Ludovic.Gasc, docs@python
2014-11-16 13:07:50Ludovic.Gascsetmessageid: <1416143270.93.0.294099488714.issue22882@psf.upfronthosting.co.za>
2014-11-16 13:07:50Ludovic.Gasclinkissue22882 messages
2014-11-16 13:07:50Ludovic.Gasccreate