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 -- https://mail.python.org/mailman/listinfo/python-list