So I installed brew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
and then I installed gnupg2 and gnupg like so:
brew install gnupg gnupg2
I tried to install both again seperately like so:
brew install gpg2
brew install gnupg
and it said both are already installed. (wanted to confirm it).
Now, when I try to install RVM like so:
gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
my MAC says
-bash: gpg2: command not found
Any idea why?
gpg ...
instead ofgpg2
, it might be symlinked that way. – Sniffle