Setting environment vars is pretty basic unix knowledge - what was lost on me is that process.env contained those variables. I assumed nodejs had its own environment vars set up by passing in arguments on launch, or a file, not just bootstrapping the current shell environment - thats pretty slick.
On Thursday, March 24, 2011 2:45:30 PM UTC-4, Matt Sergeant wrote: > > It's pretty basic unix knowledge. > > On Thu, Mar 24, 2011 at 2:18 PM, Guy Halford-Thompson > <[email protected]<javascript:> > > wrote: > >> Hi Isaac, >> >> Thanks for your detailed response, that makes it very clear. Would it >> be worth adding this to the documentation at some point? Or is it just >> be being v inexperienced... >> >> Thanks also to everyone else for you help. >> >> Guy >> >> -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" 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/nodejs?hl=en?hl=en
