Skip to content

How To Add Python To Path

Amos Chua edited this page Jan 8, 2021 · 1 revision

Adding Python To Path

  1. Search for path in Start

  2. Select Edit the system environment variables

  3. Under the Advanced tab, select Environment Variables...

  4. Find the variable named Path and click Edit...

  5. Click New, and fill in the location of your Python folder

    In my case, this was C:\Users\Admin\AppData\Local\Programs\Python\Python36\

  6. Hit OK for all tabs

Clone this wiki locally