From c525171065cb01634c0031ccd4fbc02d67e839d3 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Wed, 17 May 2017 13:02:11 +0200
Subject: [PATCH] remove bad path from python executable - Closes #3044

---
 docs/quick_tour.rst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst
index de89693..1265012 100644
--- a/docs/quick_tour.rst
+++ b/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

--
Gitblit v1.9.3