I have an environment called doors
and I would like to rename it to django
for the virtualenvwrapper.
I've noticed that if I just rename the folder ~/.virtualenvs/doors
to django
, I can now call workon django
, but the environment still says (doors)hobbes3@hobbes3
.
cpvirtualenv
may not work properly due to some hard-coded path information. Here's the docs: virtualenvwrapper.readthedocs.org/en/latest/… – Spew