[Distutils] Adopting virtualenv package maintenance

2018-09-08 Thread Bernat Gabor
So as a conclusion to this, I think we can say everyone agrees virtualenv should have some maintenance for a next few years at least. Sorin and I offered to help with this, can we get some PyPa people help with this (e.g. give rights on repo) ? Thanks! > It should probably be noted that the "acti

[Distutils] Re: Adopting virtualenv package maintenance

2018-09-08 Thread Paul Moore
On Sat, 8 Sep 2018 at 04:36, Brett Cannon wrote: > - activate_this.py (which provides critical inline activation for us when >> people invoke "pipenv run" from the command line) >> > It might make sense to try and add an 'activate' command to venv, e.g. > 'python -m venv --activate .venv' as a UX