From 781286bc07ea0973e2861616256284da8169967c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Wed, 5 Nov 2014 22:49:40 -0200 Subject: [PATCH] Update install.rst fixes #937 --- docs/intro/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/install.rst b/docs/intro/install.rst index ffba0e2b3..867bc2da7 100644 --- a/docs/intro/install.rst +++ b/docs/intro/install.rst @@ -43,7 +43,7 @@ Windows the Python executable and additional scripts. The following paths need to be added to ``PATH``:: - C:\Python2.7\;C:\Python2.7\Scripts\; + C:\Python27\;C:\Python27\Scripts\; To update the ``PATH`` open a Command prompt and run::