$ bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head ) |
เปิดไฟล์ .bashrc มาแก้ไข
[ -z "$PS1" ] && return |
เปลี่ยนเป็น
if [[ -n "$PS1" ]]; then |
บรรทัดสุดท้ายของไฟล์
fi
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session. |
Install package for Debian/Ubuntu
$ sudo apt-get install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev |
Install Ruby Interpreters
$ rvm install 1.8.7 สำหรับเวอร์ชัน 1.8.7
$ rvm install 1.9.2 สำหรับเวอร์ชัน 1.9.2 |
อ้างอิง http://rvm.beginrescueend.com/ (rvm document)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น