[Zope-Checkins] SVN: Zope/trunk/doc/INSTALL.rst update docs on using virtualenv
Andreas Jung
andreas at andreas-jung.com
Fri Apr 24 09:12:42 EDT 2009
Log message for revision 99471:
update docs on using virtualenv
Changed:
U Zope/trunk/doc/INSTALL.rst
-=-
Modified: Zope/trunk/doc/INSTALL.rst
===================================================================
--- Zope/trunk/doc/INSTALL.rst 2009-04-24 12:41:19 UTC (rev 99470)
+++ Zope/trunk/doc/INSTALL.rst 2009-04-24 13:12:42 UTC (rev 99471)
@@ -48,7 +48,10 @@
easy_install installation or within a virtualized Python environment
(using ``virtualenv``)::
- $ /path/to/easy_install -i http://download.zope.org/Zope2/index/<Zope version> Zope2
+ $ virtualenv --no-site-packages my_zope
+ $ cd my_zope
+ $ source bin/my_zope
+ $ bin/easy_install -i http://download.zope.org/Zope2/index/<Zope version> Zope2
This will create the related scripts like ``mkzopeinstance`` within the
``bin`` folder of you global or virtualized Python environment.
More information about the Zope-Checkins
mailing list