|
|
|
|
|
by quietbritishjim
2977 days ago
|
|
I've never understood the purpose of virtualenvwrapper. I only use three commands for administering virtual environments: "virtualenv -p python3 ~/envs/foo" to make one, ". ~/envs/foo/activate" to activate it, and "rm -r ~/envs/foo" to delete it. That is really not something that needs further simplification. What am I missing? |
|
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.