The perils of multiple Pythons
Rich Shepard
rshepard at appl-ecosys.com
Mon Apr 30 19:56:55 EDT 2018
More information about the Python-list mailing list
Mon Apr 30 19:56:55 EDT 2018
- Previous message (by thread): The perils of multiple Pythons
- Next message (by thread): The perils of multiple Pythons
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): The perils of multiple Pythons
- Next message (by thread): The perils of multiple Pythons
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list