Comment 6 for bug 1306991

Revision history for this message
mamunabms (mamunabms) wrote :

pip is working fine in virtualenv.
probably shipped python-requests package is buggy.

In virtualend I'm getting
requests.__version__
'2.2.1'

In system python
 requests.__version__
'1.1.0'

can't figure out why?