Quand j'ai exécuté \ curl -sSL https://get.rvm.io | bash -s stable
lors de l'installation de RVM,
J'ai eu l'erreur suivante:
curl: (77) error setting certificate verify locations:
CAfile: ~/anaconda3/ssl/cacert.pem
CApath: none
Exécutez le traitement suivant.
conda update curl
conda install ca-certificates
c'est tout.