How do I tell the system to treat one of the ruby-build rubies as the system ruby? -
i don't have ruby installed on linux mint apt-get. instead, installed ruby using ruby-build. have ruby installation in
/opt/rubies/ruby-2.0.0-p0/
how make ruby installation 'system' ruby apt-get sets ruby executable during apt-get install ruby1.9.1 example.
i want register version system ruby , when use rubies switching chruby (or rvm or rbenv) want seen system ruby?
do use update-alternatives? reinstall ruby source make? other suggestions please.
you can add path custom ruby build in $path environment variable.
export path="/my-build-path/bin:$path"
(or that)
Comments
Post a Comment