mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 11:23:02 +00:00
Add /opt/homebrew/bin to example PATH in install instructions.
This commit is contained in:
parent
de1aec4a49
commit
5198a55347
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ This is a work in progress, and is mostly a means for me to document my current
|
|||
1. Add the following to your `~/.zshrc` file (create one if you don't have one):
|
||||
|
||||
```
|
||||
export PATH="$HOME/Library/Python/3.8/bin:$PATH"
|
||||
export PATH="$HOME/Library/Python/3.8/bin:/opt/homebrew/bin:$PATH"
|
||||
```
|
||||
|
||||
2. Source the new profile: `source ~/.zshrc`
|
||||
|
|
Loading…
Reference in a new issue