Hey,
On 28.06.2017 16:29, Cornelius Schumacher wrote:
On 2017 M06 28, Wed 13:38:59 CEST Henne Vogelsang wrote:
On 27.06.2017 16:13, Cornelius Schumacher wrote:
What is our stance on this? Are there any pointers?
Install the packaged version you want. Handle ruby by linking it into a
directory that is in front of your path.
ln -sf /usr/bin/ruby.ruby$VERSION ~/bin/ruby
ln -sf /usr/bin/gem.ruby$VERSION ~/bin/gem
This has to be done for every executable which is installed by a gem.
Not if you use
install: --no-format-executable
in your gemrc.
I usually throw
export GEM_HOME=~/.gems
into the mix too. It gives you a nice separation to the system stuff.
HTH :-)
Henne
--
Henne Vogelsang
http://www.opensuse.org
Everybody has a plan, until they get hit.
- Mike Tyson
--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]