From: Ryan Raaum Date: 2006-07-20T21:57:33+09:00 Subject: Re: Mac OSX Ruby Configuration Question On Thursday, July 20, 2006, at 5:08 PM, Dave Howell wrote: > >On Jul 18, 2006, at 8:33, Ryan Raaum wrote: >>Configuring ~/.MacOSX/environment.plist will probably help this one. > >Alas, I have no such file on my system. Nor even a ~/.MacOSX directory. From the link that was posted: Q: How do I set environment for all processes launched by a specific user? A: It is actually fairly simple process to set environment variables for processes launched by a specific user. There is a special environment file which loginwindow searches for each time a user logs in. The environment file is: ~/.MacOSX/ environment.plist (be careful it's case sensitive). Where '~' is the home directory of the user we are interested in. You will have to create the .MacOSX directory yourself using terminal (by typing mkdir .MacOSX). You will also have to create the environment file yourself. The environment file is actually in XML/plist format (make sure to add the .plist extension to the end of the filename or this won't work). An example environment file is shown below. The file was created using / Developer/Applications/PropertyListEditor.app > >$ cd ~/.MacOSX >-bash: cd: /Users/dave/.MacOSX: No such file or directory -- Posted with http://DevLists.com. Sign up and save your mailbox.