summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteven Citron-Pousty <scitronpousty@gmail.com>2013-03-19 13:00:29 -0700
committerSteven Citron-Pousty <scitronpousty@gmail.com>2013-03-19 13:00:29 -0700
commited214d879cab4f00f5151011279c69ea07da6540 (patch)
tree830918a0990b2f78f6a487d6ca96946dbf98d2ac /docs
parent6842561d909ca041cb02d4152f4df3f5c6e57eab (diff)
downloadpyramid-ed214d879cab4f00f5151011279c69ea07da6540.tar.gz
pyramid-ed214d879cab4f00f5151011279c69ea07da6540.tar.bz2
pyramid-ed214d879cab4f00f5151011279c69ea07da6540.zip
fixed the syntax for exporting the VENV
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index 04a060ac3..9bc62dc62 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -269,7 +269,7 @@ you can then create a virtual environment. To do so, invoke the following:
.. code-block:: text
- $ export $VENV=~/env
+ $ export VENV=~/env
$ virtualenv --no-site-packages $VENV
New python executable in /home/foo/env/bin/python
Installing setuptools.............done.