Steve Piercy
2017-05-17 c8f5b7d2ee0b0954bf03a2a092394328d9256bd7
Merge pull request #3047 from stevepiercy/1.7-branch

remove bad path from python executable
2 files modified
4 ■■■■ changed files
docs/quick_tour.rst 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki/authorization.rst 2 ●●● patch | view | raw | blame | history
docs/quick_tour.rst
@@ -46,7 +46,7 @@
    # set an environment variable to where you want your virtual environment
    c:\\> set VENV=c:\\env
    # create the virtual environment
    c:\\> %VENV%\\Scripts\\python -m venv %VENV%
    c:\\> python -m venv %VENV%
    # install pyramid
    c:\\> %VENV%\\Scripts\\pip install pyramid
    # or for a specific released version
docs/tutorials/wiki/authorization.rst
@@ -313,7 +313,7 @@
.. literalinclude:: src/authorization/tutorial/views.py
   :linenos:
   :emphasize-lines: 8,11-15,17,24,29,48,52,68,72,80,82-120
   :emphasize-lines: 6-17,23-24,28-29,46-48,51-52,66-68,71-72,79-
   :language: python
Only the highlighted lines need to be added or edited.