What do you name your python virtualenv?

By Russell Ballestrini


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.

About Russell Ballestrini

Russell admires tidy readable code and beautiful design patterns. He enjoys finding simple solutions to difficult problems and reveres the python language. Russell holds a position as a Linux system admin and operates a website screenshot service.

4 Comments Leave a comment

  1. virtpy

  2. some responses from IRC:

    evn

    localenv

    and

    naming the virtualenv after the project/application it supports.

  3. I only recently started using virtualenv, but so far I have been creating a new one for each project or django site.

Share your thoughts