From 31f3cf52dcdc3dfcf5b23bdbe01ceddf714dc51b Mon Sep 17 00:00:00 2001 From: Carl Karsten Date: Fri, 16 Jun 2017 17:15:26 -0500 Subject: [PATCH] update py27 to 36 --- docs/starting/install3/win.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/install3/win.rst b/docs/starting/install3/win.rst index 4a7aadd6f..6010b0b71 100644 --- a/docs/starting/install3/win.rst +++ b/docs/starting/install3/win.rst @@ -29,7 +29,7 @@ You can do this easily by running the following in ``powershell``: .. code-block:: console - [Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python27\;C:\Python27\Scripts\", "User") + [Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python36\;C:\Python36\Scripts\", "User") This is also an option during the installation process.