我正在尝试在我的 Ubuntu 机器上安装 RVM。
我使用 curl 来获取 RVM,但是一些 RVM 命令(安装、要求)会抛出这个 apt-get 错误:
There has been error while updating 'apt-get', please give it some time and try again later.
For 404 errors check your sources configured in:
/etc/apt/sources.list
/etc/apt/sources.list.d/*.list
输入 rvm | 头 -1 返回
rvm is a function
-bash: type: write error: Broken pipe
哪个宝石
/usr/bin/gem
我已经检查了“以登录 shell 方式运行命令”选项
本教程遵循的步骤:
sudo apt-get install curl
curl -L get.rvm.io | bash -s stable --auto
. ~/.bash_profile
rvm requirements - doesn't work properly
我还查看了官方 RVM 文档,但似乎非常相似。
有任何想法吗?
更新:我设法做到了。我禁用了所有第三方 ppa URL,它安装顺利。