diff options
| author | Chris McDonough <chrism@plope.com> | 2013-08-16 11:04:58 +0200 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-08-16 11:04:58 +0200 |
| commit | 18d39328082dce27c9ce48364e3d6baa4d76ec79 (patch) | |
| tree | 13469ba21eb0ed5cd72d4ef00b045bee543eef23 /docs/tutorials/wiki2 | |
| parent | 826a45b9fc6c807ad5606055194647d55497ab99 (diff) | |
| parent | 89fca7739329795fc68915511231c47154084fe7 (diff) | |
| download | pyramid-18d39328082dce27c9ce48364e3d6baa4d76ec79.tar.gz pyramid-18d39328082dce27c9ce48364e3d6baa4d76ec79.tar.bz2 pyramid-18d39328082dce27c9ce48364e3d6baa4d76ec79.zip | |
Merge branch 'stevepiercy-master'
Diffstat (limited to 'docs/tutorials/wiki2')
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 17788cdde..e21bf7108 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -26,7 +26,7 @@ On UNIX .. code-block:: text $ export VENV=~/pyramidtut - $ virtualenv --no-site-packages $VENV + $ virtualenv $VENV New python executable in /home/foo/env/bin/python Installing setuptools.............done. @@ -46,13 +46,13 @@ Python 2.7: .. code-block:: text - c:\> c:\Python27\Scripts\virtualenv --no-site-packages %VENV% + c:\> c:\Python27\Scripts\virtualenv %VENV% Python 3.2: .. code-block:: text - c:\> c:\Python32\Scripts\virtualenv --no-site-packages %VENV% + c:\> c:\Python32\Scripts\virtualenv %VENV% Install Pyramid Into the Virtual Python Environment --------------------------------------------------- |
