Eryk Sun added the comment:

That error looks like __init__.py[c] was left in 
"C:\python27\lib\site-packages\pip". Just to be sure, since I don't know what 
you did to clear the value, please run `set PYTHONPATH=` to clear the value for 
the current shell. Then try `python -m pip`.

When you modify or remove an environment variable using the control panel 
dialog, it broadcasts a window message that causes Explorer to reload its 
environment. Generally console applications such as cmd.exe do not own a 
top-level window (the console window is owned by conhost.exe) and thus cannot 
see this broadcasted message. To get the updated environment, you have to run a 
new instance of cmd from Explorer.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29586>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to