博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Grok Debugger本地安装配置
阅读量:3716 次
发布时间:2019-05-22

本文共 1775 字,大约阅读时间需要 5 分钟。

链接:

rubygems-2.6.2.tgz 下载地址:

[root@master grokbug]# curl -sSL | gpg2 --import

gpg: /root/.gnupg/trustdb.gpg:建立了信任度数据库
gpg: 密钥 D39DC0E3:公钥“Michal Papis (RVM signing) ”已导入
gpg: 合计被处理的数量:1
gpg: 已导入:1 (RSA: 1)
gpg: 没有找到任何绝对信任的密钥
[root@master grokbug]# curl -sSL | gpg2 --import
gpg: 密钥 39499BDB:公钥“Piotr Kuczynski ”已导入
gpg: 合计被处理的数量:1
gpg: 已导入:1 (RSA: 1)
[root@master grokbug]# curl -L | bash -s stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0
100 194 100 194 0 0 410 0 --:–:-- --:–:-- --:–:-- 411
100 24168 100 24168 0 0 15437 0 0:00:01 0:00:01 --:–:-- 26423
Downloading
Downloading
gpg: 于 2019年05月08日 星期三 22时14分49秒 CST 创建的签名,使用 RSA,钥匙号 39499BDB
gpg: 完好的签名,来自于“Piotr Kuczynski ”
gpg: 警告:这把密钥未经受信任的签名认证!
gpg: 没有证据表明这个签名属于它所声称的持有者。
主钥指纹: 7D2B AF1C F37B 13E2 069D 6956 105B D0E7 3949 9BDB
GPG verified ‘/usr/local/rvm/archives/rvm-1.29.8.tgz’
Creating group ‘rvm’
Installing RVM to /usr/local/rvm/
Installation of RVM in /usr/local/rvm/ is almost complete:

  • First you need to add all users that will be using rvm to ‘rvm’ group,

    and logout - login again, anyone using rvm will be operating with umask u=rwx,g=rwx,o=rx.

  • To start using RVM you need to run source /etc/profile.d/rvm.sh

    in all your open shell windows, in rare cases you need to reopen all shell windows.

  • Please do NOT forget to add your users to the rvm group.

    The installer no longer auto-adds root or users to the rvm group. Admins must do this.
    Also, please note that group memberships are ONLY evaluated at login time.
    This means that users must log out then back in before group membership takes effect!
    Thanks for installing RVM 0m
    Please consider donating to our open collective to help us maintain RVM.

Donate:

转载地址:http://uchjn.baihongyu.com/

你可能感兴趣的文章
刷题笔记(17)--整数拆分/剪绳子(动态规划)
查看>>
mysql笔记(19)--使用视图
查看>>
刷题笔记(18)--剪绳子II(贪心)
查看>>
mysql笔记(20)--使用存储过程
查看>>
计组笔记(4)--海明校验码
查看>>
刷题笔记(19)--把数组排成最小的数
查看>>
mysql笔记(21)--使用游标
查看>>
搜狗双拼输入法--快速入门
查看>>
刷题笔记(20)--对称的二叉树
查看>>
mysql笔记(22)--使用触发器
查看>>
刷题笔记(21)--平衡二叉树
查看>>
mysql笔记(23)--管理事务处理
查看>>
设计模式笔记--工厂模式
查看>>
mysql笔记(24)--安全管理
查看>>
mysql基础总结
查看>>
Python爬虫之Requests库的下载和安装
查看>>
Python爬虫之Scrapy库的下载和安装
查看>>
HTTP协议
查看>>
PyQt5之如何将.ui文件转换为.py文件
查看>>
PyQt5之布局管理
查看>>