Thanks for your answer Jonathan. I agree with you. For staging/production, fabric is the way to go, even though I haven't taken time to learn it properly yet.
For development, ....our team is really young and new to Python, linux for that matter. I'm in China, everyone uses Windows here. I wanted a one step solution such that it doesn't change their workflow as to how they start up their development Pyramid application (they still continue to use pserve --reload development.ini). I think I'll combine your answer with `somewhattofftheway` and add it to the postactivate file of virtualenvwrapper. Thanks everyone! On Wednesday, 24 October 2012 10:01:55 UTC-5, Mark Huang wrote: > > Hi, > > I want to set some environment variables on my Ubuntu machine before I run > pserve command. Reason that it's not set in the ini file is because a > particular python file in my Pyramid web application has no access to > request parameter to retrieve the settings. > > I was thinking of overriding pserve command to add the environment > variables in before it starts the application. > > Any way to do this? Couldn't find much about this topic in the docs. The > closest thing to this was to use a setup script for pshell.....but then > again....it's for the pshell command and not the pserve. > > Regards, > Mark Huang > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/nxNPPvqb90sJ. 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.
