rvm / ubuntu_rvm

Ubuntu package for RVM
https://launchpad.net/~rael-gc/+archive/ubuntu/rvm
Apache License 2.0
692 stars 84 forks source link

Command-Line Equivalent for README Step 2 Change Your Terminal Window ? #61

Open maarxx opened 2 years ago

maarxx commented 2 years ago

For README Step 2 Change Your Terminal Window:

https://github.com/rvm/ubuntu_rvm#2-change-your-terminal-window

Can you include an equivalent command-line way to enable this setting?

I see other methods of getting RVM suggest the following:

rvm get stable --auto-dotfiles

But I get the following, which I think might be expected for this method:

$ rvm get stable --auto-dotfiles
Downloading https://get.rvm.io
Could not download rvm-installer, please report to https://github.com/rvm/rvm/issues

Can you suggest the equivalent command-line option and perhaps consider adding it to the README?

Thanks!

raelgc commented 2 years ago

Hi @maarxx and thanks for reporting this. This is not exactly an issue with this installer, but with rvm itself. Anyway, probably you can run the following to mimic a login session:

source /etc/profile.d/rvm.sh