Steve Piercy
2017-05-17 20dc43c1604a0e6914fc9b476bf915a7a9406506
Merge pull request #3046 from stevepiercy/1.8-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
@@ -233,7 +233,7 @@
.. literalinclude:: src/authorization/tutorial/views.py
   :lines: 6-17
   :emphasize-lines: 1-14
   :emphasize-lines: 1-12
   :language: python
All the highlighted lines need to be added or edited.