echo $PATH
/usr/local/bin
PATH=${PATH}:/usr/local/bin
brew doctor
ls -la /usr/local/bin/brew
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
ls -la /usr/local
sudo chown matthias:admin /usr/local/
sudo chown -R matthias:admin /usr/local/bin
sudo chown -R matthias:admin /usr/local/lib
sudo chown -R matthias:admin /usr/local/share
ls -la /usr/local
echo $SHELL
bash
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
[client206-84:~] matthias% bash
bash-3.2$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/man/man1/brew.1
==> The following directories will be made group writable:
/usr/local/etc
==> The following directories will have their group set to admin:
/usr/local/etc
Press ENTER to continue or any other key to abort
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/etc
Password:
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/etc
==> Downloading and installing Homebrew...
remote: Counting objects: 142830, done.
remote: Compressing objects: 100% (49896/49896), done.
remote: Total 142830 (delta 97584), reused 136858 (delta 91877)
Receiving objects: 100% (142830/142830), 33.21 MiB | 146 KiB/s, done.
Resolving deltas: 100% (97584/97584), done.
From https://github.com/mxcl/homebrew
* [new branch] master -> origin/master
HEAD is now at 03fd80f dirt 1.0 (new formula)
==> Installation successful!
You should run `brew doctor' *before* you install anything.
Now type: brew help
bash-3.2$ brew doctor
Warning: You have MacPorts or Fink installed:
/opt/local/bin/port
This can cause trouble. You don't have to uninstall them, but you may want to
temporarily move them out of the way, e.g.
sudo mv /opt/local ~/macports
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libhelium_mac.a
Warning: You have a non-Homebrew 'pkg-config' in your PATH:
/opt/local/bin/pkg-config
`./configure` may have problems finding brew-installed packages using
this other pkg-config.
bash-3.2$
Users browsing this forum: Google [Bot] and 6 guests