"ruby-2.0.0-p0 is not installed" after trying to install with RVM -
if run rvm install 2.0.0, goes through normal steps (downloading, extracting, configuring, compiling, installing), ends saying:
ruby-2.0.0-p0 not installed. install do: 'rvm install ruby-2.0.0-p0' i've tried following:
rvm remove 2.0.0rvm headrvm requirementsrvm install ruby-2.0.0
i keep getting same result: no error, "is not installed." know what's wrong?
i had same issue , managed work out.
when did echo $cc came /usr/bin/gcc-4.2. did export cc=clang, rvm reinstall 2.0.0 , worked.
hope helps.
Comments
Post a Comment