Braumediziner sagt "Fehler: / usr / bin tritt vor / usr / local / bin" auf, wie man repariert?

Adams-MacBook-Pro% brew doctor                                 

Error: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:

    clusterdb
    createdb
    createlang
    createuser
    dropdb
    droplang
    dropuser
    ecpg
    git
    git-cvsserver
    git-receive-pack
    git-shell
    git-upload-archive
    git-upload-pack
    gitk
    pg_config
    pg_dump
    pg_dumpall
    pg_restore
    pg_upgrade
    psql
    reindexdb
    vacuumdb

Consider amending your PATH so that /usr/local/bin
is ahead of /usr/bin in your PATH.

Hier ist mein Weg:

Adams-MacBook-Pro% echo $PATH                                  
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin

Ich dachte, es war gefährlich, die Dinge bewegen, nach vorne? Wie löse ich dieses problem? Auch, ich bin mir auch nicht sicher, wo Sie zu finden, wo /user/bin ist erklärt in den Weg.

Dank

InformationsquelleAutor der Frage AdamT | 2012-07-04

Schreibe einen Kommentar