diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-13 23:05:17 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-13 23:05:17 +0200 |
| commit | f73f0e332658fac2583f51247dcd49bd36d63ce4 (patch) | |
| tree | 9fcc88c1d361fbc417e78815db59e3a4ed8d3af7 /docs/tutorials/wiki2/definingviews.rst | |
| parent | 6d62d124ee8ffd09459690e34aae95b43d0f2d53 (diff) | |
| download | pyramid-f73f0e332658fac2583f51247dcd49bd36d63ce4.tar.gz pyramid-f73f0e332658fac2583f51247dcd49bd36d63ce4.tar.bz2 pyramid-f73f0e332658fac2583f51247dcd49bd36d63ce4.zip | |
consistency: use $VENV whenever virtualenv binaries are used
Diffstat (limited to 'docs/tutorials/wiki2/definingviews.rst')
| -rw-r--r-- | docs/tutorials/wiki2/definingviews.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/definingviews.rst b/docs/tutorials/wiki2/definingviews.rst index 9d2f8fb7f..5727816c8 100644 --- a/docs/tutorials/wiki2/definingviews.rst +++ b/docs/tutorials/wiki2/definingviews.rst @@ -52,14 +52,14 @@ On UNIX: .. code-block:: text $ cd tutorial - $ ../bin/python setup.py develop + $ $VENV/bin/python setup.py develop On Windows: .. code-block:: text c:\pyramidtut> cd tutorial - c:\pyramidtut\tutorial> ..\Scripts\python setup.py develop + c:\pyramidtut\tutorial> %VENV%\Scripts\python setup.py develop Success executing this command will end with a line to the console something like:: |
