[Erp5-report] r39212 nicolas.dumazet - /erp5/trunk/buildout/README.txt

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 15 08:17:04 CEST 2010


Author: nicolas.dumazet
Date: Fri Oct 15 08:17:03 2010
New Revision: 39212

URL: http://svn.erp5.org?rev=39212&view=rev
Log:
you must use custom python and not systemwide python here

Modified:
    erp5/trunk/buildout/README.txt

Modified: erp5/trunk/buildout/README.txt
URL: http://svn.erp5.org/erp5/trunk/buildout/README.txt?rev=39212&r1=39211&r2=39212&view=diff
==============================================================================
--- erp5/trunk/buildout/README.txt [utf8] (original)
+++ erp5/trunk/buildout/README.txt [utf8] Fri Oct 15 08:17:03 2010
@@ -100,11 +100,11 @@ parts =
 software_home = /home/MYUSER/erp5.buildout
 ^D
 $ ~/erp5.buildout/bin/python2.4 bootstrap/bootstrap.py -c my_instances.cfg
-$ python -S bin/buildout -c my_instances.cfg
+$ ~/erp5.buildout/bin/python2.4 -S bin/buildout -c my_instances.cfg
 $ var/bin/supervisord # it will start supervisor and configured software
 $ $EDITOR my_instances.cfg
 # add "runUnitTest" and "development-site" to parts
-$ python -S bin/buildout -c my_instances.cfg
+$ ~/erp5.buildout/bin/python2.4 -S bin/buildout -c my_instances.cfg
 
 Fully configured development instance will be available in var/development-site.
 




More information about the Erp5-report mailing list