[Zope-Checkins] SVN: Zope/trunk/doc/INSTALL.rst Merged c110513 from 2.12 branch
Hanno Schlichting
hannosch at hannosch.eu
Mon Apr 5 15:38:08 EDT 2010
Log message for revision 110514:
Merged c110513 from 2.12 branch
Changed:
U Zope/trunk/doc/INSTALL.rst
-=-
Modified: Zope/trunk/doc/INSTALL.rst
===================================================================
--- Zope/trunk/doc/INSTALL.rst 2010-04-05 19:36:27 UTC (rev 110513)
+++ Zope/trunk/doc/INSTALL.rst 2010-04-05 19:38:08 UTC (rev 110514)
@@ -46,9 +46,9 @@
the latest release from the `virtualenv PyPI page
<http://pypi.python.org/pypi/virtualenv>`_, unpack it, and install it, e.g.::
- $ wget http://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.4.5.tar.gz
- $ tar xzf virtualenv-1.4.5.tar.gz
- $ cd virtuaenv-1.4.5
+ $ wget http://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.4.6.tar.gz
+ $ tar xzf virtualenv-1.4.6.tar.gz
+ $ cd virtuaenv-1.4.6
$ /path/to/python2.6 setup.py install
If you wish to manage your Zope instance using
More information about the Zope-Checkins
mailing list