summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-03-19 13:02:30 -0700
committerChris McDonough <chrism@plope.com>2013-03-19 13:02:30 -0700
commit3fda611d2f9c515ed1e69f613641febceef387f8 (patch)
tree830918a0990b2f78f6a487d6ca96946dbf98d2ac /docs/narr
parent7a7f1cf023ea2478cbf233a94077f684ac92de3e (diff)
parented214d879cab4f00f5151011279c69ea07da6540 (diff)
downloadpyramid-3fda611d2f9c515ed1e69f613641febceef387f8.tar.gz
pyramid-3fda611d2f9c515ed1e69f613641febceef387f8.tar.bz2
pyramid-3fda611d2f9c515ed1e69f613641febceef387f8.zip
Merge pull request #923 from thesteve0/master
Update to the wiki2 tutorial installation steps
Diffstat (limited to 'docs/narr')
-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.