Home > Blockchain >  RVM not installing any Ruby version on MAC os Monterey Version 12.3.1
RVM not installing any Ruby version on MAC os Monterey Version 12.3.1

Time:05-17

Description I am stuck on this for two days. I am unable to install any ruby version using rvm. I tried to uninstall brew and install it again but the issue is still there. Please don't mind i am very new to ruby on rails. thanks for the help.

Here i have attached all the console errors and steps i performed.

Steps to reproduce

➜ ~ rvm list known
➜ ~ rvm | head -n 1
Ruby enVironment Manager 1.29.12 (latest) (c) 2009-2020 Michal Papis, Piotr Kuczynski, Wayne E. Seguin
➜ ~ curl -sSL https://get.rvm.io | bash -s stable

Downloading https://github.com/rvm/rvm/archive/1.29.12.tar.gz
Downloading https://github.com/rvm/rvm/releases/download/1.29.12/1.29.12.tar.gz.asc
Found PGP signature at: 'https://github.com/rvm/rvm/releases/download/1.29.12/1.29.12.tar.gz.asc',
but no GPG software exists to validate it, skipping.
Upgrading the RVM installation in /Users/macbookpro/.rvm/
RVM PATH line found in /Users/macbookpro/.mkshrc /Users/macbookpro/.profile /Users/macbookpro/.bashrc /Users/macbookpro/.zshrc.
RVM sourcing line found in /Users/macbookpro/.profile /Users/macbookpro/.bash_profile /Users/macbookpro/.zlogin.
Upgrade of RVM in /Users/macbookpro/.rvm/ is complete.

Thanks for installing RVM            
  • Related