python pip is not recognized? -


when try use pip in command prompt following error message: pip not recognized internal or external command, operable program or batch file.

i checked several posts think may have deleted shouldn't have in registry. had delete references python in registry edit idle in context menu.(which worked)

but can't use pip. per post here results of...

c:\python32>echo %path% c:\python27\;c:\python27\scripts;c:\programdata\oracle\java\javapath;c:\program files\common files\microsoft shared\windows live;c:\program files (x86)\common f iles\microsoft shared\windows live;c:\windows\system32;c:\windows;c:\windows\sys tem32\wbem;c:\windows\system32\windowspowershell\v1.0\;c:\program files (x86)\at technologies\ati.ace\core-static;c:\program files (x86)\microsoft sql server\9 0\tools\binn\;c:\program files (x86)\windows live\shared;c:\program files (x86)\ java\jre6\bin;c:\program files (x86)\calibre2\;c:\python32;c:\python32\lib;c:\py thon32\dlls;c:\python32\lib\lib-tk;c:\python32;c:\python32\scripts; 

as can see @ end pip in correct path. when try running cmd prompt scripts folder , using... pip.exe import (modulename) takes time nothing giving me blank prompt no output. using python 3.2 pygame need pytmx.

the path environment variable expects contain directory names. last entry there, c:\python32\scripts\pip, looks directory name plus name of executable inside directory (minus ".exe" extension). try adding c:\python32\scripts path.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -