How to Add Python 3 directories to your PATH in Windows 7

Open your Start menu and type env:

Edit the system environment variables option

then click Edit the system environment variables:

Click the Environment Variables button

Edit Path under System Variables:

Find the path row and click edit

Using semicolon ; to separate each directory path, add your Python directory paths:

C:\Python34\;C:\Python34\Scripts;

to the front of the path:

Prepend the text to the path

Now you should see the paths added:

See the Path modified

And you're done!

Comments

Leave a comment

What color are green eyes? (spam prevention)
Submit
Code under MIT License unless otherwise indicated.
© 2020, Downranked, LLC.