Terry J. Reedy added the comment:

You are right. While multiple info requests work, I found a test that fails. 
'list' showed that I had Pillow 2.7.0.  'install -U Pillow' updated to 2.9.0'. 
'list' again still showed 2.7.0. 'show Pillow' then failed because 2.7.0 could 
not be found.  After an install, we need to delete the one local reference to 
pip(.main), which should remain the only reference, and reload to refresh that 
cache.

There is an obscure bug in either python, pip, or tem_pip such that 
runpip('-h') silently crashes python in both console and Idle. I will try to 
localize it.

----------

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

Reply via email to