diff options
| author | Steve Piercy <web@stevepiercy.com> | 2013-08-16 01:26:05 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2013-08-16 01:26:05 -0700 |
| commit | 2ded59ba248156d92e0f5a8e6c991af93b38384c (patch) | |
| tree | 4294c6b339fd6bc6c24933c9182bf66daf77e660 /docs/tutorials/wiki2/installation.rst | |
| parent | 65c60a85f90f7bf8f97848e7314b6d0e9ecc5599 (diff) | |
| download | pyramid-2ded59ba248156d92e0f5a8e6c991af93b38384c.tar.gz pyramid-2ded59ba248156d92e0f5a8e6c991af93b38384c.tar.bz2 pyramid-2ded59ba248156d92e0f5a8e6c991af93b38384c.zip | |
remove --no-site-packages and add usage note
Diffstat (limited to 'docs/tutorials/wiki2/installation.rst')
| -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 --------------------------------------------------- |
