From d286b0d473e1081649d410fb79cdbfcd8490abe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Tue, 23 Nov 2010 16:40:21 +0000 Subject: [PATCH] - any python with development headers is able to run zc.buildout git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40553 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/README-2.12.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildout/README-2.12.txt b/buildout/README-2.12.txt index 95c9f5899b..f86802391a 100644 --- a/buildout/README-2.12.txt +++ b/buildout/README-2.12.txt @@ -44,7 +44,7 @@ Download the newest bootstrap.py file from: 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/Linux distribution 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 -------------------- -- 2.30.9