Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it s on-topic for Stack Overflow.
Closed 13 years ago.
Hi:) I have manually set Ruby 1.9.1. I have installed it via
./configure --prefix=/opt
make
make install
The target uninstall does not exist in generated Makefile ...
How to do uninstallation correctly?
PS: I also believe that it is necessary to remove all the gems.
For this I use
#!/bin/sh
gem list --local | grep [^*] | cut -d -f 1 | xargs gem uninstall