How to create development Python environment on Linux.

Michael Selik michael.selik at gmail.com
Mon May 16 17:56:22 EDT 2016


On Mon, May 16, 2016 at 5:31 PM <redirect.null at gmail.com> wrote:

> After considering your guidance I think what I will do is install
> virtualenv using apt-get and then use that to create a dev environment. Is
> it ok to run get-pip.py in a virtual environment?
>

Recent versions of the virtualenv application create virtual environments
that already have pip. It's the default setting last time I checked.



More information about the Python-list mailing list