collective / buildout.python

Buildout all the Pythons
109 stars 47 forks source link

Fix install instructions #70

Closed aclark4life closed 6 years ago

aclark4life commented 6 years ago

Tracking #67 until merge. Will close once #67 is merged.

aclark4life commented 6 years ago

@fschulze OK FWIW & FYI, I couldn't stand it anymore, so I made a thing:

:smile:

With this fork, I have achieved my goal of über-simplicity and elegance to install Python 2.4 (which I still need to use from time to time for old Plones.)

Since this repo is relatively low volume, I think I'll just try to track changes as needed. For example, I don't need Python 2.5 and was able to completely skip over this issue:


  File "/Users/alexclark/Developer/aclark-testing/buildout-python/python-2.5/lib/python2.5/site-packages/pip-1.3.1-py2.5.egg/pip/download.py", line 201, in get_opener
    raise NoSSLError()
NoSSLError: 
###################################################################
##  You don't have an importable ssl module. You are most        ##
##  likely using Python 2.5, which did not include ssl           ##
##  support by default. In this state, we can not provide        ##
##  ssl certified downloads from PyPI.                           ##
##                                                               ##
##  You can do one of 2 things:                                  ##
##   1) Install this: https://pypi.python.org/pypi/ssl/          ##
##      (It provides ssl support for older Pythons )             ##
##   2) Use the --insecure option to allow this insecurity       ##
##                                                               ##
##  For more details, go to the  "SSL Certificate Verification"  ##
##  section located here:                                        ##
##     http://www.pip-installer.org/en/latest/logic.html         ##
##                                                               ##
###################################################################

Storing complete log in /Users/alexclark/.pip/pip.log
python-2.5: Non zero exit code (2) while running command.
While:
  Installing python-2.5.
Error: Non zero exit code (2) while running command.
make: *** [build] Error 1

But at my leisure and assuming someone here adds a fix, I may try to port over to my thing. shrug