« Automated MySQL Backup Script
Simple Business Workshops: Coming Soon to a City Near You »
Just had to go through these steps again.
Anyone know of a permanent solution? OS X update doesn’t seem to like my symoblic Ruby 1.8.4 link.
I don’t know if this will work for you, but I just added the /usr/local/bin path to my .profile file and that makes the ruby 1.8.4. get invoked first. No symlink. I haven’t had problems so far.
In Linux there is a `chattr` command you could use on your link so it can’t be modified/overwritten: iirc you need to`chattr i /path/to/filename`
Thanks for the heads up on both of these options.
@flevour - doesn’t look like OS X comes with ‘chattr’. I’ll keep that in mind though for my linux hacking.
@Charles - Ahh. I had ‘/usr/local/bin’ in my PATH, but I had it coming after my pre-defined OS path. Good call.
Shanti A. Braford blogs here.
If you really want to know, just read this.
Enter your email addy to subscribe to the dispatches:
Powered by FeedBlitz
I don’t know if this will work for you, but I just added the /usr/local/bin path to my .profile file and that makes the ruby 1.8.4. get invoked first. No symlink. I haven’t had problems so far.
In Linux there is a `chattr` command you could use on your link so it can’t be modified/overwritten: iirc you need to`chattr i /path/to/filename`
Thanks for the heads up on both of these options.
@flevour - doesn’t look like OS X comes with ‘chattr’. I’ll keep that in mind though for my linux hacking.
@Charles - Ahh. I had ‘/usr/local/bin’ in my PATH, but I had it coming after my pre-defined OS path. Good call.