[Python-Dev] 3.5 release schedule PEP

Donald Stufft donald at stufft.io
Fri Sep 26 15:57:15 CEST 2014


> On Sep 26, 2014, at 9:53 AM, Paul Moore <p.f.moore at gmail.com> wrote:
> 
> On 26 September 2014 14:31, Donald Stufft <donald at stufft.io> wrote:
>> Yea, I think we throw an error when you use —user inside a virtual
>>    environment.
> 
> So if --user became the default, what would happen? I'd like pip
> inside a virtualenv to install into the environment without needing a
> --system flag. Is that the intention?
> 
> Paul


default = “—user” if not running_inside_virtualenv() else “—system"

---
Donald Stufft
PGP: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20140926/7d93e690/attachment.html>


More information about the Python-Dev mailing list