mpapis的回答和意见是100%正确的。下面是我笔记本电脑中的设置。 将rvm_autoupdate_flag=2行添加到~/.rvmrc。只要你像rvm list known那样做,它就会一直自动更新RVM。
示例:
arup@linux-wzza:~> rvm list known
Warning, new version of rvm available '1.26.0', you are using older version '1.25.33'.
You can disable this warning with: echo rvm_autoupdate_flag=0 >> ~/.rvmrc
You can enable auto-update with: echo rvm_autoupdate_flag=2 >> ~/.rvmrc
arup@linux-wzza:~> echo rvm_autoupdate_flag=2 >> ~/.rvmrc
arup@linux-wzza:~> rvm list known
Found old RVM 1.25.33 - updating.
Downloading https://get.rvm.io
Downloading https://github.com/wayneeseguin/rvm/archive/1.26.0.tar.gz
Downloading https://github.com/wayneeseguin/rvm/releases/download/1.26.0/1.26.0.tar.gz.asc
gpg: Signature made Wed 29 Oct 2014 06:22:06 PM IST using RSA key ID BF04FF17
gpg: Can't check signature: No public key
Warning, RVM 1.26.0 introduces signed releases and automated check of signatures when GPG software found.
Assuming you trust Michal Papis import the mpapis public key (downloading the signatures).
# ....................
# .....................
3条答案
按热度按时间pgpifvop1#
不,不是,有些版本更改需要更改代码,您应该很好地坚持稳定以保持更多的稳定性(如果这是您关心的):
你应该擅长坚持使用master(因为它很稳定)来获得最新版本:
a0zr77ik2#
mpapis的回答和意见是100%正确的。下面是我笔记本电脑中的设置。
将
rvm_autoupdate_flag=2
行添加到~/.rvmrc
。只要你像rvm list known
那样做,它就会一直自动更新RVM。示例:
axr492tv3#
这就是我在Pop!_OS上为多用户安装RVM v1.29所需的: