Added the into PATH diffrent location for homebrew (M2 chip)
This commit is contained in:
parent
d5bc5d157e
commit
c4e6732e77
1
.zshrc
1
.zshrc
@ -138,6 +138,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
||||
|
||||
# Other export
|
||||
export PATH="/usr/local/opt/openssl@3/bin:$PATH"
|
||||
export PATH="/opt/homebrew/bin:$PATH"
|
||||
export PATH=$PATH:$HOME/Library/Python/3.10/bin
|
||||
export PATH=$PATH:/usr/local/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/bin
|
||||
export LDFLAGS="-L/usr/local/opt/openssl@3/lib"
|
||||
|
Loading…
Reference in New Issue
Block a user