The problem with using rvm [reinstall|install]
is that it will fetch and use precompiled binaries if it can find any. Sometimes, you really want to rebuild from source, probably because you’re trying to use a more recent version of GCC (e.g. 4.8 or 4.9).
The correct flag is --disable-binary
, not --force
:
rvm reinstall --disable-binary 2.1