Standup 03/12/2007 Joe Moore Monday, March 12, 2007 Interesting ThingsMac OS X: Having trouble getting Ruby or MySQL ot work from within programs such as Intellij IDEA? Try setting environment variables in ~/.MacOSX/environment.plist.Total Stand-up Meeting Time: 10:00 minutes
Alex Chaffee says:More details:* After setting it you have to log out and back in again. * The directory ~/.MacOSX doesn’t exist by default; you have to make it yourself * Here’s a sample PATH-setting `environment.plist` file: < ?xml version="1.0" encoding="UTF-8"?> < !DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> PATH /usr/bin:/opt/local/bin:/usr/local/mysql/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/pgsql/bin:/usr/local/bin:/usr/local/sbin December 12, 2007 at 11:50 pm
More details:
* After setting it you have to log out and back in again.
* The directory ~/.MacOSX doesn’t exist by default; you have to make it yourself
* Here’s a sample PATH-setting `environment.plist` file:
< ?xml version="1.0" encoding="UTF-8"?>
< !DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
December 12, 2007 at 11:50 pm