Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't install rvm #3674

Closed
muzzotech opened this issue May 4, 2016 · 3 comments
Closed

can't install rvm #3674

muzzotech opened this issue May 4, 2016 · 3 comments

Comments

@muzzotech
Copy link

I'm having a hard time installing rvm.

1st off I can't do the gpg line of code
2nd I tried the second line and got the following bit of code.

Downloading https://github.com/rvm/rvm/archive/1.27.0.tar.gz
Downloading https://github.com/rvm/rvm/releases/download/1.27.0/1.27.0.tar.gz.asc
Found PGP signature at: 'https://github.com/rvm/rvm/releases/download/1.27.0/1.27.0.tar.gz.asc',
but no GPG software exists to validate it, skipping.

Upgrading the RVM installation in /Users/NickDev/.rvm/
    RVM PATH line found in /Users/NickDev/.mkshrc /Users/NickDev/.profile /Users/NickDev/.bashrc /Users/NickDev/.zshrc.
    RVM sourcing line found in /Users/NickDev/.profile /Users/NickDev/.bash_profile /Users/NickDev/.zlogin.
Upgrade of RVM in /Users/NickDev/.rvm/ is complete.

# pdrunk,
#
#   Thank you for using RVM!
#   We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
#
# ~Wayne, Michal & team.

In case of problems: https://rvm.io/help and https://twitter.com/rvm_io

Upgrade Notes:

  • No new notes to display.

But when I check to see if rvm is there, I get

$ rvm | head -n 1
-bash: rvm: command not found

What is it that I'm doing wrong?

@jonathansimmons
Copy link

You need to actually install gpg2 which will verify the public keys. This can be done with homebrew by running brew install gpg2 once you've done this try installing again.

@pkuczynski
Copy link
Member

Have you restarted terminal after installing rvm?

@pkuczynski
Copy link
Member

Closing due lack of feedback.

@pkuczynski pkuczynski added this to the rvm-1.29.0 milestone Feb 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants