Commit 3a652234 authored by Vincent Pelletier's avatar Vincent Pelletier

Add a note about -S switch not being and absolute protection against

site-dependent packages.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37364 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent efdeab9b
......@@ -44,6 +44,9 @@ This will download and install the software components needed to run ERP5 on
Zope 2.12 including Zope 2.12 plus dependencies (including
Acquisition with _aq_dynamic patch) and CMF 2.2 plus dependencies.
Note on -S: this switch is overridden by PYTHON_PATH environment variable. In
doubt, unset it before invoking that command.
System dependency check
-----------------------
......
......@@ -131,6 +131,9 @@ $ echo 'extends = https://svn.erp5.org/repos/public/erp5/trunk/buildout/buildout
$ wget -qO - http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py | python -S -
$ bin/buildout
Note on -S: this switch is overridden by PYTHON_PATH environment variable. In
doubt, unset it before invoking that command.
After some time everything shall be locally available.
Disclaimer: That way is still in early stage of development.
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