Silly question...I created a virtualenv months ago and can't remember what it's called. Where can I find it?
- OSX 10.7
- Python 2.7.1
- Virtualenv 1.6.4
Thanks!
Silly question...I created a virtualenv months ago and can't remember what it's called. Where can I find it?
Thanks!
I recommend you to use virtualenvwrapper, after install it you can do:
$ lsvirtualenv
I also recommend you to use -b
("brief" abreviation) option to go faster:
$ lsvirtualenv -b
Creating a virtualenv actually creates a new folder with that name. You have to find that folder.