[Erp5-report] r40553 luke - /erp5/trunk/buildout/README-2.12.txt

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 23 17:40:21 CET 2010


Author: luke
Date: Tue Nov 23 17:40:21 2010
New Revision: 40553

URL: http://svn.erp5.org?rev=40553&view=rev
Log:
 - any python with development headers is able to run zc.buildout

Modified:
    erp5/trunk/buildout/README-2.12.txt

Modified: erp5/trunk/buildout/README-2.12.txt
URL: http://svn.erp5.org/erp5/trunk/buildout/README-2.12.txt?rev=40553&r1=40552&r2=40553&view=diff
==============================================================================
--- erp5/trunk/buildout/README-2.12.txt [utf8] (original)
+++ erp5/trunk/buildout/README-2.12.txt [utf8] Tue Nov 23 17:40:21 2010
@@ -44,7 +44,7 @@ Download the newest bootstrap.py file fr
 
 And run it:
 
-  $ python2.6 -S bootstrap.py -c buildout-2.12.cfg
+  $ python -S bootstrap.py -c buildout-2.12.cfg
 
 WARNING: please read "Troubleshooting" section bellow, you may need to
 unset environment variables in your GNU/Linux distribution
@@ -52,10 +52,10 @@ unset environment variables in your GNU/
 If curl or wget are available, it can be done in one line:
 
 in case of curl:
-  $ curl -s http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py | python2.6 -S - -c buildout-2.12.cfg
+  $ curl -s http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py | python -S - -c buildout-2.12.cfg
 
 in case of wget:
-  $ wget -q  -O - http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py | python2.6 -S - -c buildout-2.12.cfg
+  $ wget -q  -O - http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py | python -S - -c buildout-2.12.cfg
 
 Run the Zope 2.12 buildout
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -85,7 +85,7 @@ Post-build check
 ----------------
 
 Run:
-  python2.6 tests/assertSoftware.py
+  python tests/assertSoftware.py
 
 Distribution helpers
 --------------------




More information about the Erp5-report mailing list