栏目分类:
子分类:
返回
文库吧用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
文库吧 > IT > 软件开发 > 后端开发 > Ruby开发

关于Ruby环境配置的疑问

Ruby开发 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

关于Ruby环境配置的疑问

  1. 用 brew install ruby 会安装在哪个路径下?
    答:在/usr/local/Cellar/ruby/2.4.1/bin/ruby路径下

  2. 安装 RVM gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 失败,提示command not found: gpg,如何解决?
    答:用 Homebrew 安装 GnuPG :brew install gnupg gnupg2

  3. 安装 RVM gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 失败,提示 gpg no keyserver available,如何解决?
    答:替换 keyserver 地址为 'hkp://pgp.mit.edu',完整命令为 gpg --keyserver hkp://pgp.mit.edu --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3

  4. 安装 RVM curl -sSL https://get.rvm.io | bash -s stable 提示

 WARNING: You have '~/.profile' file, you might want to load it,
    to do that add the following line to '/Users/XXX/.bash_profile':      source ~/.profile

答: 打开 /Users/XXX/.bash_profile 文件,把 source ~/.profile 这行文本复制到 .bash_profile 最后一行。



作者:云抱住阳光太阳没放弃发亮
链接:https://www.jianshu.com/p/37902cf78f4f

转载请注明:文章转载自 www.wk8.com.cn
本文地址:https://www.wk8.com.cn/it/226364.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 wk8.com.cn

ICP备案号:晋ICP备2021003244-6号