Guest User

Untitled

a guest
May 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. caelesta:~ knowtheory$ macgem list
  2.  
  3. *** LOCAL GEMS ***
  4.  
  5.  
  6. caelesta:~ knowtheory$ clear
  7.  
  8. caelesta:~ knowtheory$ macgem install jeweler
  9. ERROR: While executing gem ... (Errno::EACCES)
  10. Permission denied - /Library/Frameworks/MacRuby.framework/Versions/0.6/usr/lib/ruby/Gems
  11. Permission denied - /Library/Frameworks/MacRuby.framework/Versions/0.6/usr/lib/ruby/Gems (Errno::EACCES)
  12. caelesta:~ knowtheory$ sudo macgem install jeweler
  13. unknown: warning: ignoring alias
  14. unknown: warning: ignoring alias
  15. unknown: warning: ignoring alias
  16. unknown: warning: ignoring alias
  17. unknown: warning: ignoring alias
  18. unknown: warning: ignoring alias
  19.  
  20. ========================================================================
  21.  
  22. Thanks for installing Gemcutter! You can now run:
  23.  
  24. gem push merged into RubyGems 1.3.6
  25. gem owner merged into RubyGems 1.3.6
  26. gem webhook register urls to be pinged when gems are pushed
  27. gem yank remove a specific version of a gem from RubyGems.org
  28.  
  29. ========================================================================
  30.  
  31. Successfully installed git-1.2.5
  32. Successfully installed json_pure-1.4.2
  33. Successfully installed rubyforge-2.0.4
  34. Successfully installed gemcutter-0.5.0
  35. Successfully installed jeweler-1.4.0
  36. 5 gems installed
  37. caelesta:~ knowtheory$ macgem list
  38. Abort trap
  39. caelesta:~ knowtheory$ macirb
  40. Abort trap
  41. caelesta:~ knowtheory$ macruby -e 'puts "i like tacos"'
  42. i like tacos
Add Comment
Please, Sign In to add comment