[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2017-08-22 Thread j00bar
More information on https://bugs.launchpad.net/ubuntu/+source/python- pip/+bug/1694560 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1308714 Title: sudo pip install installs into the system

[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2015-11-12 Thread Rahul
** Changed in: python-pip (Ubuntu Trusty) Assignee: (unassigned) => Rahul (rahulshantagiri) ** Changed in: python-pip (Ubuntu) Assignee: (unassigned) => Rahul (rahulshantagiri) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2015-11-11 Thread Mathew Hodson
** Changed in: python-pip (Ubuntu) Assignee: Rahul (rahulshantagiri) => (unassigned) ** Changed in: python-pip (Ubuntu Trusty) Assignee: Rahul (rahulshantagiri) => (unassigned) ** Changed in: python-pip (Ubuntu Trusty) Status: In Progress => Confirmed ** Changed in:

[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2015-11-02 Thread Rahul
** Changed in: python-pip (Ubuntu Trusty) Status: Confirmed => In Progress ** Changed in: python-pip (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2015-10-25 Thread Rahul
** Changed in: python-pip (Ubuntu) Assignee: (unassigned) => Rahul (rahulshantagiri) ** Changed in: python-pip (Ubuntu Trusty) Assignee: (unassigned) => Rahul (rahulshantagiri) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2015-08-20 Thread Mathew Hodson
** Changed in: python-pip (Ubuntu) Milestone: trusty-updates = None ** Tags added: trusty ** Changed in: python-pip (Ubuntu Utopic) Importance: Critical = Medium ** Changed in: python-pip (Ubuntu Trusty) Importance: Critical = Medium ** Changed in: python-pip (Ubuntu) Importance:

[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2015-02-06 Thread Eero Nevalainen
Now this is a pretty nasty bug which I wouldn't expect to see on a very standard Ubuntu installation. Currently this is a big impediment for me at work as I need to get the robot framework working but instead I find myself fighting some fundamental bug in how Python packages get installed... --

[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2014-06-02 Thread CSRedRat
I don't understand what's happening with unfinished tasks in the transition to the development of new release. And my concern about counter There are 100 days left in the current cycle. That means that in order to complete all the work 2.68 workitems must be completed per day.. Toward the end of

[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2014-05-23 Thread Marc
This bug matters. I have a pretty vanilla installation, python, matplotlib, and a few other standard packages, all from the official repositories. After a recent apt-get update, I now get the same exact pip breaking result as the first comment. The workaround was to use easy_install to install

[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2014-04-25 Thread Barry Warsaw
After talking with Matthias, I think I understand the gist of this bug. Let's say I apt-get install python3.4 (well, a modified package that re- enables the ensurepip module). Now I use pyvenv-3.4 to create a virtual environment. With ensurepip enabled, venv/bin will contain pip, pip3, and

[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2014-04-24 Thread Michael Vogt
@doko: I just tried to reproduce this but for me it installs into /usr/local/lib/python2.7/dist-packages by default. If I manually set the prefix to /usr instead of /usr/local it goes to /usr/lib/python2.7 /site-packages (as expected). The root is the install schema that is selected by distutils.

[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2014-04-24 Thread Michael Vogt
We might consider changing the default target for unix_local to site- packages as well. Or is there a reason that we keep it like this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1308714 Title:

[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2014-04-24 Thread Michael Vogt
Fwiw, I can not reproduce this with pyhon2,3 with or without virtualenv. sudo pip install enum34 (as a example) installs into /usr/local/lib/python2.7/dist-package, but not in the system /usr/lib/python2.7/dist-packages dir. Same for sudo pip3 install enum34

[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2014-04-24 Thread Barry Warsaw
Michael is exactly right. `sudo pip install` (and pip3) will install into /usr/local/lib/pythonX.Y/dist-packages by default (no switches), which is where they *should* get installed. I'm not sure there's a still valid bug here. -- You received this bug notification because you are a member of

[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2014-04-21 Thread Zach Heilman
Whoops, sorry, this isn't the same bug. But sudo pip install requests breaks pip. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1308714 Title: sudo pip install installs into the system

[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2014-04-21 Thread Zach Heilman
Not sure if this is exactly the same bug, but I'm seeing pip break itself. Packages are being installed in /usr/local/lib/python2.7/dist- packages/ and at some point it's installing the requests package. This breaks pip completely: Traceback (most recent call last): File /usr/bin/pip, line 9,

[Bug 1308714] Re: sudo pip install installs into the system dist-packages by default

2014-04-21 Thread Zach Heilman
Well I'd like to apologize for that whole faff. Apparently the version of requests specified in our requrirements.txt was 0.14.1 [!] - please disregard above comments. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.