Added into PATH a Python Binary in Mac

This commit is contained in:
Marcin Woźniak 2022-07-10 01:27:13 +02:00
parent 9c3f20a731
commit cdbab4fe6a
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -131,6 +131,7 @@ export HISTTIMEFORMAT="%F %T "
# Export for Mac
if [[ "$(uname)" == "Darwin" ]]; then
export PATH="/usr/local/opt/openssl@3/bin:$PATH"
export PATH=$PATH:$HOME/Library/Python/3.9/bin
export LDFLAGS="-L/usr/local/opt/openssl@3/lib"
export CPPFLAGS="-I/usr/local/opt/openssl@3/include"
export PKG_CONFIG_PATH="/usr/local/opt/openssl@3/lib/pkgconfig"