Guest User

Install mechanize using gem

a guest
Jul 7th, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.25 KB | None | 0 0
  1. \curl -sSL https://get.rvm.io | sudo bash -s stable
  2. source /etc/profile
  3. source ~/.rvm/scripts/rvm
  4. type rvm | head -n 1
  5.  
  6. rvm requirements
  7. rvm install ruby
  8. rvm use ruby --default
  9. sudo apt-get install rubygems
  10. gem install mechanize -> not working
Advertisement
Add Comment
Please, Sign In to add comment