File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ RVM let you install and manage more than one Ruby version. But here we'll use on
2020
2121## 4º Loading RVM
2222
23- Run de code below
23+ Run de code below to make sure RVM will be loaded when opening a new terminal:
2424
2525 echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc
2626
27- Reload the file (in Terminal):
27+ Reload the configuration file (in Terminal):
2828
2929 . ~/.bashrc
3030
Original file line number Diff line number Diff line change @@ -20,7 +20,11 @@ O RVM permite instalar e gerenciar várias versões do Ruby. Mas nós usaremos s
2020
2121## 4º Recarregando RVM no seu Terminal
2222
23- Basta recarregar o arquivo (no Terminal digite):
23+ Execute o código abaixo para garantir que o RVM será carregado ao abrir um novo terminal:
24+
25+ echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc
26+
27+ Recarregue o arquivo de configuração (no Terminal digite):
2428
2529 . ~/.bashrc
2630
You can’t perform that action at this time.
0 commit comments