Advertisement
Guest User

Untitled

a guest
Dec 7th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.60 KB | None | 0 0
  1. [root@supern0va ~]# ruby -v
  2. ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]
  3. [root@supern0va ~]# rails -v
  4. /usr/bin/ruby: No such file or directory -- $(DESTDIR)/usr/bin (LoadError)
  5. [root@supern0va ~]# ruby -v
  6. ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]
  7. [root@supern0va ~]# which rails
  8. /usr/bin/rails
  9. [root@supern0va ~]# gem install rails
  10. /usr/bin/ruby: No such file or directory -- $(DESTDIR)/usr/bin (LoadError)
  11. [root@supern0va ~]# gem
  12. /usr/bin/ruby: No such file or directory -- $(DESTDIR)/usr/bin (LoadError)
  13. [root@supern0va ~]# ruby
  14. ruby: No such file or directory -- ¥/ (LoadError)
  15.  
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement