gpt4 book ai didi

ruby-on-rails - 无法在 Ubuntu 13.04 上使用 RVM 安装 Ruby on Rails

转载 作者:IT王子 更新时间:2023-10-29 00:16:03 26 4
gpt4 key购买 nike

我正在尝试在我的 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 | head -1 返回

rvm is a function
-bash: type: write error: Broken pipe

哪个 gem

/usr/bin/gem

我已经勾选了“作为登录 shell 运行命令”选项

tutorial 之后的步骤:

sudo apt-get install curl
curl -L get.rvm.io | bash -s stable --auto
. ~/.bash_profile
rvm requirements - doesn't work properly

我也看过 official RVM documentation , 但看起来很相似。

有什么想法吗?

更新:我设法做到了。我禁用了所有第三方 ppa URL,它安装顺利。

最佳答案

在安装 rvm 之前,您的系统需要一些重要的软件包。在终端运行:

sudo apt-get install build-essential openssl libreadline6 libreadline6-dev \
curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev \
sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake \
libtool bison subversion nodejs

然后安装 rvm:

curl -L https://get.rvm.io | bash -s stable --ruby

现在您需要在 .bashrc 中进行设置,以将 rvm 添加到 PATH 以进行脚本编写。运行:

echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc

打开一个新终端并测试 rvm。

关于ruby-on-rails - 无法在 Ubuntu 13.04 上使用 RVM 安装 Ruby on Rails,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16626768/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com