Do I have to delete and recreate it from scratch ?
Basically renaming of virtualenv is dangerous. It'd be better recreating it.
You can just copy it: cpvirtualenv current_name new_name
cpvirtualenv current_name new_name
In my experience copying/renaming virtualenvs breaks things.
Most helpful comment
Basically renaming of virtualenv is dangerous. It'd be better recreating it.