What’s the best work around to this problem?
“The rubygems package places the binaries for installed gems into /var/
lib/gems/1.8/bin, but this directory is not in the default PATH after
the package is installed. It would be nice to add this when installing
the package.”
various suggestions include:
~/.config/autostart
~/.kde/Autorun
/etc/profile
/etc/profile.d
My gems install to the local user directory, so I have that added to
my path.
-Thufir