Commit e87439c4 authored by Hanno Schlichting's avatar Hanno Schlichting

Merged c110513 from 2.12 branch

parent 42b50bcb
...@@ -46,9 +46,9 @@ If you don't already have ``virtualenv`` installed on your system, download ...@@ -46,9 +46,9 @@ If you don't already have ``virtualenv`` installed on your system, download
the latest release from the `virtualenv PyPI page the latest release from the `virtualenv PyPI page
<http://pypi.python.org/pypi/virtualenv>`_, unpack it, and install it, e.g.:: <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 $ wget http://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.4.6.tar.gz
$ tar xzf virtualenv-1.4.5.tar.gz $ tar xzf virtualenv-1.4.6.tar.gz
$ cd virtuaenv-1.4.5 $ cd virtuaenv-1.4.6
$ /path/to/python2.6 setup.py install $ /path/to/python2.6 setup.py install
If you wish to manage your Zope instance using If you wish to manage your Zope instance using
......
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