On Thu, 2006-02-16 at 09:53 -0500, Johanka wrote: > I was already going to give up on this, considering I'm not that well > versed in this stuff, but now my curiosity got piqued again. Can you, > guys, please give me some hints how to downgrade Ruby 1.8.3 which I've > installed from the source (not from the repositories) to some earlier > version, so that I could see if that works?
If you want to make sure there are no leftovers from 1.8.3 after the downgrade, first remove anything ruby installed in your target bin and lib directories. (I don't think there is a "make uninstall" so you'll have to investigate on your own.) Then build and install 1.8.2 from source. Ben _______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
