A
Ara.T.Howard
i have the following setup
/usr/local/ruby-1.8.0
/usr/local/ruby-1.8.3
/usr/local/ruby-1.9.0
/usr/local/bin/ruby180 -> /usr/local/ruby-1.8.0/bin/ruby
/usr/local/bin/ruby183 -> /usr/local/ruby-1.8.3/bin/ruby
/usr/local/bin/ruby190 -> /usr/local/ruby-1.9.0/bin/ruby
/usr/local/bin/ruby -> /usr/local/ruby-1.9.0/bin/ruby
only /usr/local/bin is in my path. say i want to install rake.
gem install rake
the lib files obviously go into
/usr/local/ruby-1.9.0/lib/
but i want the bin files to land here
/usr/local/bin/rake
i see the --install-dir option, how does one specify separate lib and bin
directories with gem installs?
regards.
-a
--
===============================================================================
| email :: ara [dot] t [dot] howard [at] noaa [dot] gov
| phone :: 303.497.6469
| anything that contradicts experience and logic should be abandoned.
| -- h.h. the 14th dalai lama
===============================================================================
/usr/local/ruby-1.8.0
/usr/local/ruby-1.8.3
/usr/local/ruby-1.9.0
/usr/local/bin/ruby180 -> /usr/local/ruby-1.8.0/bin/ruby
/usr/local/bin/ruby183 -> /usr/local/ruby-1.8.3/bin/ruby
/usr/local/bin/ruby190 -> /usr/local/ruby-1.9.0/bin/ruby
/usr/local/bin/ruby -> /usr/local/ruby-1.9.0/bin/ruby
only /usr/local/bin is in my path. say i want to install rake.
gem install rake
the lib files obviously go into
/usr/local/ruby-1.9.0/lib/
but i want the bin files to land here
/usr/local/bin/rake
i see the --install-dir option, how does one specify separate lib and bin
directories with gem installs?
regards.
-a
--
===============================================================================
| email :: ara [dot] t [dot] howard [at] noaa [dot] gov
| phone :: 303.497.6469
| anything that contradicts experience and logic should be abandoned.
| -- h.h. the 14th dalai lama
===============================================================================