I'd suggest that we have two versions...one that uses something like /usr/local/jruby/<version>/ and then symlinks, for those who want multiple versions, and one that just does a "typical" /usr/local install.
We'd probably also want to make a plist change that ensures it's available even when you're outside a shell. I can't remember the plist that needs to be changed, but the git installer uses it, so it wouldn't be too hard to dig up. Finally, I think we'd also want to use a "pretty" background for the .dmg, which is ridiculously easy to do and adds an extra touch of class, imho. -Jon wycats wrote: > > I'm actually on a snow leopard seed, so I can't be sure about that. But I > think it was fixed in Leopard. > -- Yehuda > > On Fri, Jul 17, 2009 at 8:52 AM, Damian Steer <[email protected]> wrote: > >> >> On 17 Jul 2009, at 00:42, Yehuda Katz wrote: >> >> My path: >>> echo $PATH >>> >>> >>> /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/X11/bin:/Users/wycats/Code/vendor/java/jruby~main/bin >>> >>> My .profile: >>> >>> export PATH=/opt/local/bin:/opt/local/sbin:$PATH >>> export PATH=$PATH:~/Code/vendor/java/jruby~main/bin >>> >>> So it looks like /usr/local/bin is on the path. So a symlink could work. >>> Not >>> sure if you'd want to do that for all of the binaries... not sure >>> though. >>> >>> -- Yehuda >>> >> >> Fixed in Leopard, by the looks of it. Finally! >> >> >> Damian >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> > > > -- > Yehuda Katz > Developer | Engine Yard > (ph) 718.877.1325 > > -- View this message in context: http://www.nabble.com/Installers-for-various-platforms--tp24525795p24527675.html Sent from the JRuby - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
