Skip to content

Commit 31f3cf5

Browse files
committed
update py27 to 36
1 parent 8f7a436 commit 31f3cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/starting/install3/win.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can do this easily by running the following in ``powershell``:
2929

3030
.. code-block:: console
3131
32-
[Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python27\;C:\Python27\Scripts\", "User")
32+
[Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python36\;C:\Python36\Scripts\", "User")
3333
3434
This is also an option during the installation process.
3535

0 commit comments

Comments
 (0)