Home > Software design >  RVM asks for password
RVM asks for password

Time:12-07

I am trying to install ruby using rvm.

The user I am installing as is go

[go@ci-qa1 ~]$ whoami
go

I initially fetch the keys -

curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
gpg: key D39DC0E3: "Michal Papis (RVM signing) <[email protected]>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
(honeymaker_venv) [go@ci-qa1 ~]$ curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import -
gpg: key 39499BDB: "Piotr Kuczynski <[email protected]>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

and for install -

curl -sSL https://get.rvm.io | bash -s stable --ruby
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
gpg: Signature made Sat 16 Jan 2021 12:16:22 AM IST using RSA key ID 39499BDB
gpg: Good signature from "Piotr Kuczynski <[email protected]>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 7D2B AF1C F37B 13E2 069D  6956 105B D0E7 3949 9BDB
GPG verified '/home/go/.rvm/archives/rvm-1.29.12.tgz'
Upgrading the RVM installation in /home/go/.rvm/
    RVM PATH line found in /home/go/.mkshrc /home/go/.profile /home/go/.zshrc.
    RVM PATH line not found for Bash, rerun this command with '--auto-dotfiles' flag to fix it.
    RVM sourcing line found in /home/go/.profile /home/go/.zlogin.
    RVM sourcing line not found for Bash, rerun this command with '--auto-dotfiles' flag to fix it.
Upgrade of RVM in /home/go/.rvm/ is complete.

Thanks for installing RVM            
  • Related