Steve Piercy
2017-05-17 4c91ac83555877c208a0386b5115938c21848013
remove bad path from python executable
- Closes #3044

(cherry picked from commit b730ae3)
1 files modified
2 ■■■ changed files
docs/quick_tour.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