Advertisement
Guest User

Untitled

a guest
Oct 26th, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. Pi-Fi:~ sunfish7$ ls /usr
  2. X11 clang-ide lib sbin
  3. X11R6 etc libexec share
  4. bin include llvm-gcc-4.2 standalone
  5. Pi-Fi:~ sunfish7$ brew install wget
  6. -bash: brew: command not found
  7. Pi-Fi:~ sunfish7$ ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
  8. ==> This script will install:
  9. /usr/local/bin/brew
  10. /usr/local/Library/...
  11. /usr/local/share/man/man1/brew.1
  12.  
  13. Press ENTER to continue or any other key to abort
  14. ==> /usr/bin/sudo /bin/mkdir /usr/local
  15. Password:
  16. ==> /usr/bin/sudo /bin/chmod g+rwx /usr/local
  17. ==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local
  18. ==> Downloading and Installing Homebrew...
  19. remote: Counting objects: 86666, done.
  20. remote: Compressing objects: 100% (40827/40827), done.
  21. remote: Total 86666 (delta 60129), reused 68892 (delta 45009)
  22. Receiving objects: 100% (86666/86666), 12.43 MiB | 45 KiB/s, done.
  23. Resolving deltas: 100% (60129/60129), done.
  24. From https://github.com/mxcl/homebrew
  25. * [new branch] master -> origin/master
  26. HEAD is now at 7a96d11 FreeLing 3.0
  27. ==> Installation successful!
  28. You should run `brew doctor' *before* you install anything.
  29. Now type: brew help
  30. Pi-Fi:~ sunfish7$ brew doctor
  31. Warning: You have Macports or Fink installed.
  32. This can cause trouble. You don't have to uninstall them, but you may like to
  33. try temporarily moving them away, eg.
  34.  
  35. sudo mv /opt/local ~/macports
  36.  
  37. ^C
  38. Pi-Fi:~ sunfish7$ macports
  39. -bash: macports: command not found
  40. Pi-Fi:~ sunfish7$ fink
  41. -bash: fink: command not found
  42. Pi-Fi:~ sunfish7$ ls /usr
  43. X11 clang-ide lib local standalone
  44. X11R6 etc libexec sbin
  45. bin include llvm-gcc-4.2 share
  46. Pi-Fi:~ sunfish7$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement