Skip to content

val's weblog

IT notes

  • tips
  • about me
  • linkedin
  • github
  • facebook

Tags

  • apache
  • bash
  • bashboard
  • bind
  • centos
  • color
  • cron
  • debian
  • dhcp
  • dns
  • elasticsearch
  • filebeat
  • freebsd
  • gdm
  • google-api
  • grub2
  • hard
  • healthcheck
  • httpd
  • ip
  • iptables
  • iptables-persistent
  • java
  • kibana
  • logstash
  • macosx
  • mysql
  • nat
  • network
  • nginx
  • ntpdate
  • oauth2.0
  • openvpn
  • php
  • phpadmin
  • postgresql
  • pppoe
  • proxmox
  • ruby
  • rvm
  • show_ip
  • tomcat
  • tunnelblick
  • ubuntu
  • zabbix

Subscribe to Blog via Email

Tag: rvm

Install Ruby through rvm

ruby1 install rvm (better installation instructions at official site
$ curl -sSL https://get.rvm.io | bash
2 After that – install ruby 2.0.0
$ rvm install 2.0.0
$ rvm use 2.0


To see what ruby present and you use
$ rvm list

Posted on 2014-07-292016-04-22Tags macosx, ruby, rvmLeave a comment on Install Ruby through rvm
Proudly powered by WordPress