Guest User

Untitled

a guest
Feb 26th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. railss-system-product-name:~ rails$ ln -s /ruby-1.9.2-p0 usr/bin
  2. ln: usr/bin: No such file or directory
  3. railss-system-product-name:~ rails$ ruby -v
  4. -bash: ruby: command not found
  5. railss-system-product-name:~ rails$ sudo ln -s /usr/bin/ruby1.9 /usr/bin/ruby
  6. Password:
  7. ln: /usr/bin/ruby: File exists
  8. railss-system-product-name:~ rails$ ruby -v
  9. -bash: ruby: command not found
  10. railss-system-product-name:~ rails$ /usr/local/bin/ruby -v
  11. -bash: /usr/local/bin/ruby: No such file or directory
  12. railss-system-product-name:~ rails$ /usr/bin/ruby -v
  13. -bash: /usr/bin/ruby: No such file or directory
  14. railss-system-product-name:~ rails$ ls -l /usr/bin|grep ruby
  15. lrwxr-xr-x 1 root wheel 7 Oct 20 03:41 irb -> ruby1.9
  16. lrwxr-xr-x 1 root wheel 13 Oct 20 03:26 irb1.8 -> ruby-1.9.2-p0
  17. lrwxr-xr-x 1 root wheel 7 Oct 20 03:41 ruby -> ruby1.9
  18. lrwxr-xr-x 1 root wheel 7 Oct 20 03:24 ruby1.8 -> ruby1.9
  19. lrwxr-xr-x 1 root wheel 22 Oct 20 03:23 ruby1.9 -> /opt/local/bin/ruby1.9
  20. lrwxr-xr-x 1 root wheel 83 Oct 18 04:24 update_rubygems -> ../../System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/update_rubygems
  21. railss-system-product-name:~ rails$ paste bin
  22. paste: bin: No such file or directory
  23. railss-system-product-name:~ rails$ /usr/bin/ruby1.9 -v
  24. -bash: /usr/bin/ruby1.9: No such file or directory
  25. railss-system-product-name:~ rails$
Add Comment
Please, Sign In to add comment