Commit d286b0d4 authored by Łukasz Nowak's avatar Łukasz Nowak

- 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
parent d0e0a1fd
......@@ -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
--------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment