Skip to content

Commit

Permalink
Add an alternative way to change paths for packages installed by Home…
Browse files Browse the repository at this point in the history
…brew.
  • Loading branch information
yiliangt5 committed May 31, 2015
1 parent 15be967 commit 092902c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Homebrew/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ One thing we need to do is tell the system to use programs installed by Hombrew

$ echo 'export PATH="/usr/local/bin:$PATH"' >> ~/.bash_profile

Alternatively, we can also insert `/usr/local/bin` to the first line of `/private/etc/paths` and reboot the Mac to change global paths loading order. Admin password may be required if you modify the file.

Open an new terminal tab with **Cmd+T** (you should also close the old one), then run the following command to make sure everything works:

$ brew doctor

0 comments on commit 092902c

Please sign in to comment.