I still need to release my muscle memory 😉. (in reality I don't use bare virtualenv but more pew and pipenv that I believe use venv for Python 3)
On Tue, 3 Dec 2019, 01:42 Ralph Seichter, <[email protected]> wrote: > * Ruben Di Battista: > > > What I suggest you is to use virtualenvs. > > Good advice. > > > * Install py-virtualenv > > That's not required anymore. Python 3.3 and newer have virtual > environment support built in[1]. > > [1] https://docs.python.org/3/library/venv.html > > -Ralph >
