Hi,
I wanted to install open4 so I typed
gem install open4
which gave me the following warnings:
WARNING: Installing to ~/.gem since /var/lib/gems/1.8 and
/var/lib/gems/1.8/bin aren't both writable.
WARNING: You don't have /home/myname/.gem/ruby/1.8/bin in your PATH,
gem executables will not run.
I then did
sudo install open4
and it appears to have installed.
How could I go about removing the extra installation from my home directory? Would just deleting the ~/.gem directory be appropriate or would that be harmful?