The perils of multiple Pythons

Rich Shepard rshepard at appl-ecosys.com
Mon Apr 30 19:56:55 EDT 2018


On Mon, 30 Apr 2018, justin walters wrote:

> Yes, you can create a virtual env with all of the global packages. Though,
> you would probably want to run: `python3 -m venv
> ~/development/project/venv` to put the virtualenv files in their own
> directory.

Justin,

   That's what I thought to be the case after reading the python docs about
the venv module.

Thanks!

Rich



More information about the Python-list mailing list