Re: [pypy-dev] Virtualenv

2014-05-13 Thread Donald Stufft
On May 13, 2014, at 2:58 PM, Armin Rigo wrote: > Hi Donald, > > On 13 May 2014 13:18, Donald Stufft wrote: >> The idea behind ensurepip is that instead of shipping pip, you ship a >> bootstrap >> which will install pip for you. > > I see why you'd want this in CPython 3.x, but the reasons fo

Re: [pypy-dev] Virtualenv

2014-05-13 Thread Armin Rigo
Hi Donald, On 13 May 2014 13:18, Donald Stufft wrote: > The idea behind ensurepip is that instead of shipping pip, you ship a > bootstrap > which will install pip for you. I see why you'd want this in CPython 3.x, but the reasons for supporting this are much less clear to me with PyPy2. I doub

Re: [pypy-dev] Virtualenv

2014-05-13 Thread Donald Stufft
On May 13, 2014, at 3:54 AM, Armin Rigo wrote: > Hi Donald, > > On 12 May 2014 18:39, Donald Stufft wrote: >> I have a half written patch to backport ensurepip to PyPy, I just got >> confused >> trying to test it and task switched to cover some other things. >> >> As far as virtualenv goes,

Re: [pypy-dev] Virtualenv

2014-05-13 Thread Armin Rigo
Hi Donald, On 12 May 2014 18:39, Donald Stufft wrote: > I have a half written patch to backport ensurepip to PyPy, I just got confused > trying to test it and task switched to cover some other things. > > As far as virtualenv goes, instead of virtualenv I’d much rather that you > backport > the

Re: [pypy-dev] Virtualenv

2014-05-12 Thread Donald Stufft
I have a half written patch to backport ensurepip to PyPy, I just got confused trying to test it and task switched to cover some other things. As far as virtualenv goes, instead of virtualenv I’d much rather that you backport the venv module. It does require some interpreter changes but I don’t t

Re: [pypy-dev] Virtualenv

2014-05-12 Thread Yury V. Zaytsev
On Mon, 2014-05-12 at 12:04 +0200, Armin Rigo wrote: > We talked about making pip and virtualenv available by default on > PyPy. I think it's a good idea but we never did it. That's a brilliant idea, would make our lives so much easier... -- Sincerely yours, Yury V. Zaytsev _

[pypy-dev] Virtualenv

2014-05-12 Thread Armin Rigo
Hi all, We talked about making pip and virtualenv available by default on PyPy. I think it's a good idea but we never did it. If anyone feels like doing it and proposing it as a pull request, it would be even greater! A bientôt, Armin. ___ pypy-dev