|
|
|
|
|
by BerislavLopac
2976 days ago
|
|
Virtualenvwrapper (I hate the name, and as a fish user I actually use virtualfish instead) has as the main advantage in keeping all virtualenvs in one place (by default ~/.virtualenvs), so you don't have to worry about the actual location of your virtualenv. This allows for a number of useful features like activating, listing and deleting available environments with autocomplete, and creating a virtualenv is also quite simplified. But yes, if you're making sure that you're always careful about passing the location of your environments, you don't really need it. |
|