What do you name your python virtualenv?
I name my virtualenv ‘virtpy’. Is there a standard name being used out there?
Maybe we can come to a consensus as a standard name? Please feel free to post your virtualenv names here as a sort of poll.
By Russell Ballestrini
I name my virtualenv ‘virtpy’. Is there a standard name being used out there?
Maybe we can come to a consensus as a standard name? Please feel free to post your virtualenv names here as a sort of poll.
virtpy
some responses from IRC:
evn
localenv
and
naming the virtualenv after the project/application it supports.
I only recently started using virtualenv, but so far I have been creating a new one for each project or django site.
@doug, so you name them after your project?