Python 3 virtualenvs

Jon Ribbens jon+usenet at unequivocal.co.uk
Mon Nov 30 12:30:41 EST 2015


On 2015-11-30, Carl Meyer <carl at oddbird.net> wrote:
> (Or maybe virtualenv will make the transition sooner, and you'll start
> using venv under the hood for 3.3+ without even realizing it.)

It does sound like that would be the ideal solution, and presumably
can't be very hard if venv is supposed to do exactly what virtualenv
does anyway - virtualenv just needs to say "if python >= 3.4 then
call venv".



More information about the Python-list mailing list