hmans / rbfu

Minimal Ruby version management is minimal.
MIT License
118 stars 10 forks source link

Improve support for multiple system-level Rubies #19

Open hmans opened 12 years ago

hmans commented 12 years ago

On systems providing several different Ruby versions on a system level, improve rbfu so it allows the user to switch between these as well. A possible solution would involve symlinking the system rubies to ~/.rbfu/rubies/*, which would also require improved GEM_HOME and GEM_PATH handling (as discussed in #17 and #18, which this issue replaces.)