> How do you name virtual environments?
> And where do you store this enviroments?
> Exists any recipe to manage several virtual envs and not die trying  
> it? :)

I have a Projects folder in my home folder.  Inside this folder I have  
one folder per major project.  E.g.

~/Projects/inLocation
~/Projects/Rogue
~/Projects/GothCandy
~/Projects/Experiments

One important note is that virtual environments can not contain spaces  
anywhere in their path.  It confuses scripts when the first line is  
like:

#!"/home/amcgregor/Projects/My Cool Project/bin/python"

The system seems to read that as /home/amcgregor/Projects/My, no  
matter how much quoting or escaping you perform.

— Alice.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to