[BUG] Config::CONFIG['bindir'] should return directory where rbx is located
Reported by Le Huy | April 5th, 2008 @ 08:39 PM | in 1.0 preview
Rake use this config parameter to figure out ruby interpret path
RUBY = File.join(Config::CONFIG['bindir'], Config::CONFIG['ruby_install_name'])
Comments and changes to this ticket
-
Le Huy April 5th, 2008 @ 08:58 PM
while in rbx Config::CONFIG['bindir'] point to other dir
huy@huy-desktop:/usr/local/lib/rubinius$ rbx irb(main):001:0> require 'rbconfig' => true irb(main):002:0> Config::CONFIG['bindir'] => "/usr/local/lib/rubinius/bin" irb(main):003:0> -
Ryan Davis April 29th, 2008 @ 04:58 PM
- → Assigned user changed from to Ryan Davis
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
