можно загрузить rvm в оболочку script. может ли кто-нибудь привести его пример. когда я попробую оболочку script. Я использую систему ubuntu
#!/bin/bash
rvm use 1.9.3
это дает мне ошибку
RVM is not a function, selecting rubies with 'rvm use ...' will not work.
You need to change your terminal emulator preferences to allow login shell.
Sometimes it is required to use `/bin/bash --login` as the command.
Please visit https://rvm.io/integration/gnome-terminal/ for a example.