Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.04 KB

WINSETPATH.md

File metadata and controls

26 lines (18 loc) · 1.04 KB

Windows set up instruction

If you installed Python with the default options, you will probably need to add Python to the PATH variable. This let's your operating system know where to look for the Python executable when you try running it.

To add Python to your PATH variable:

  1. Find the path of python.exe on your system. Look in these directories or search for it.

  2. Open System Properties and click on the Advanced tab

  3. Click on Environment Variables

  4. Under System variables find and click on the Path variable

  5. In edit mode, go to the end of the line and add ;C:\Python37 or whatever folder python.exe is in. Note the semicolon before the path; this will separate it from the previous path.

Follow the instructions here to check that the PATH variable was set properly.

If you are having problems:

Search the internet for "Add python to path on Windows 10 / Vista / XP / etc" to find instructions for your version of Windows.