|
|
|
|
|
by tandav
703 days ago
|
|
There is also virtualenvwrapper. It’s quite handy to create, list, remove virtual environment. I prefer to store all venvs in ~/.cache/virtualenvs instead of .venv in project directory, makes it more clean, no need to exclude for backups or git repository. https://virtualenvwrapper.readthedocs.io/en/latest/ |
|