mac及linux下搭建ruby+rails环境(rub音标)燃爆了

随心笔谈2年前发布 admin
193 0 0

文章摘要

这篇文章介绍了如何在macOS上安装RVM工具。首先,用户从GitHub下载了RVM的版本,分别从1.29.3.tar.gz和1.29.3.tar.gz.asc镜像中下载,但由于后者PGP签名无法验证,因此选择了前者。完成下载后,RVM成功安装到用户的`/Users/echen1/.rvm/`目录中。安装过程中,用户还按照提示在`.profile`、`.bashrc`、`.mkshrc`和`.zshrc`文件中添加了RVM的路径和相关加载脚本。文章最后提醒用户,在使用RVM时需要通过`source /Users/echen1/.rvm/scripts/rvm`启动所有终端窗口,并在`/Users/echen1/.bash_profile`中添加了启动脚本的配置信息。

 Downloading https://github.com/rvm/rvm/archive/1.29.3.tar.gz Downloading https://github.com/rvm/rvm/releases/download/1.29.3/1.29.3.tar.gz.asc Found PGP signature at: ‘https://github.com/rvm/rvm/releases/download/1.29.3/1.29.3.tar.gz.asc’, but no GPG software exists to validate it, skipping. Installing RVM to /Users/echen1/.rvm/ Adding rvm PATH line to /Users/echen1/.profile /Users/echen1/.mkshrc /Users/echen1/.bashrc /Users/echen1/.zshrc. Adding rvm loading line to /Users/echen1/.profile /Users/echen1/.bash_profile /Users/echen1/.zlogin. Installation of RVM in /Users/echen1/.rvm/ is almost complete: * To start using RVM you need to run `source /Users/echen1/.rvm/scripts/rvm` in all your open shell windows, in rare cases you need to reopen all shell windows. * WARNING: ‘~/.profile’ file found. To load it into your shell, add the following line to ‘/Users/echen1/.bash_profile’:

© 版权声明

相关文章