"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.0
  • rvm head
  • rvm requirements
  • rvm 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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -