Bug 994307

Summary: pip should install to a separate space than standard packages
Product: [Fedora] Fedora Reporter: Pádraig Brady <pbrady>
Component: python-pipAssignee: Tim Flink <tflink>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: apevec, metherid, tflink
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-07 15:30:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pádraig Brady 2013-08-07 02:56:03 UTC
pip is a separate system to rpm, and it's strange and problematic to have pip install python projects to the standard package space.

debian for example does it correctly IMHO by installing to /usr/local/lib/python2.7/site-packages/ rather than /usr/lib/python2.7/site-packages/

Perhaps python would need to be modified also to add /usr/local/...
to the sys.path _before_ /usr/...

Please see here for some issues in having these conflicting areas:
http://lists.openstack.org/pipermail/openstack-dev/2013-August/013039.html

Comment 1 Pádraig Brady 2013-08-07 11:47:26 UTC
Some more example awkwardness due to this issue:
https://review.openstack.org/#/c/39862/

Comment 2 Alan Pevec 2013-08-07 13:45:38 UTC
Duplicate of bug 662034 ?

Comment 3 Pádraig Brady 2013-08-07 15:30:01 UTC
Yep good spot.
This aspect is best summarised in bug 662034#c8

*** This bug has been marked as a duplicate of bug 662034 ***