Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \curl -sSL https://get.rvm.io | sudo bash -s stable
- source /etc/profile
- source ~/.rvm/scripts/rvm
- type rvm | head -n 1
- rvm requirements
- rvm install ruby
- rvm use ruby --default
- sudo apt-get install rubygems
- gem install mechanize -> not working
Advertisement
Add Comment
Please, Sign In to add comment