You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Python is already installed and its version is lower than 2.7.11 update to a version >= 2.7.11 OR install setuptools & pip(package manager)
Update the PATH to include a reference to the Python and Python/scripts directories (replace C:\Python27 with your path to Python).
Command Line: Run this command with Administrator privileges: SETX /M PATH "%PATH%";C:\Python27;C:\Python27\Scripts. The new path will be available in the next opened terminal.
GUI: Control Panel > System Properties > Advanced > Environment Variables > System Variables > Path > Edit > Add ;C:\Python27;C:\Python27\Scripts to the end of the line.
Add its bin folder to your path: C:\Program Files (x86)\PostgreSQL\<version>\bin\, for example, for version 9.4 add C:\Program Files (x86)\PostgreSQL\9.4\bin\