MacOS下python安装psycopg2
2023-06-12 本文已影响0人
Dakini_Wind
brew install postgresql@15
brew link postgresql@15
echo 'export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
pip install psycopg2
brew install postgresql@15
brew link postgresql@15
echo 'export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
pip install psycopg2