On Sat, Sep 6, 2014 at 7:27 AM, Antoine Pitrou <solip...@pitrou.net> wrote: > Why not advocate --user instead? It is simpler than messing around with > virtual > environments and will suffice for most use cases.
I agree, however, --user needs to be more fully integrated into pip's behavior. For example, if I execute pip install --user SomePackage today, when SomePackage is installed someplace outside ~/.local, pip complains that SomePackage is already installed. If I then execute pip install --user --upgrade SomePackage it tries to remove the outdated more global version of SomePackage. Skip _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com