Python Install Guide
Python Install Guide
Updated: 6/28/2021
5.2021
P a g e |1
4. Once the file downloads run it
a. Check “Install launcher for all users”
b. Check “Add Python 3.x.x to PATH”
b. Under Advanced Options, select all the options. Once you select “install
for all users”, you see the location change to C:\Program Files
(x86)\Python38
c. This should install Python in C:\Program Files (x86)\Python38, and add it to
the SYSTEM PATH environment variable (for all users).
5.2021
P a g e |2
d. Optional step: Disable the path character limit by selecting the option
before closing the window.
5.2021
P a g e |3
b. It should install to “C:\Program Files\Microsoft VS Code” if you selected
the Window system installer
c. At the additional tasks page make the selections shown below to Register
Code and Add to PATH
8. Right click on the Visual Studio Code application in the Start menu and select to
Run as Admin.
9. Select the Extensions menu on the left
5.2021
P a g e |4
10. Search for “python” and install the Python extension shown in the picture below.
It will have “linting, debugging” in the description.
5.2021
P a g e |5
4. Close VSC
5.2021
P a g e |6
8. To run the script, right-click on the editor window and select “Run Python File in
Terminal”. You should see “hello world” appear as output in the Terminal.
5.2021
P a g e |7