Add rubygems bin to PATH Bug #145267

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.”

https://bugs.launchpad.net/ubuntu/+source/libgems-ruby/+bug/145267https://bugs.launchpad.net/ubuntu/+source/libgems-ruby/+bug/145267

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