Skip to content

Commit 2660764

Browse files
authored
Merge pull request realpython#825 from CarlFK/master
update py27 to 36
2 parents 8f7a436 + 31f3cf5 commit 2660764

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)