We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7a436 commit 31f3cf5Copy full SHA for 31f3cf5
docs/starting/install3/win.rst
@@ -29,7 +29,7 @@ You can do this easily by running the following in ``powershell``:
29
30
.. code-block:: console
31
32
- [Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python27\;C:\Python27\Scripts\", "User")
+ [Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python36\;C:\Python36\Scripts\", "User")
33
34
This is also an option during the installation process.
35
0 commit comments