Skip to content

Setting up Python Path in windows.

MightyPooh edited this page Feb 4, 2017 · 1 revision

To add python or any other dependency to PATH in windows do the following: Goto Control Panel -> System -> Advanced Systemsettings -> Enviroment Variables. Every path is seperated by a semicolon ;

Locate the PATH in the top box and add your python folders. In my case it looks like this: C:\Program Files (x86)\Python36-32;C:\Program Files (x86)\Python36-32\Lib;D:\pokeminer\chromedriver;C:\Program Files (x86)\Python36-32\Scripts;C:\Program Files\nodejs;C:\Program Files\MySQL\MySQL Utilities 1.6;C:\Windows\System32;C:\Python27;C:\Python27\Scripts;C:\Python27;C:\Python27\Scripts;C:\Program Files\Git\bin;C:\Program Files (x86)\Nmap;C:\Users\BrianM\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python

In the second box theres a PATH line aswell. I put the same variables in that as i put in the first PATH.