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
本文标题:MacOS下python安装psycopg2
本文链接:https://www.haomeiwen.com/subject/vdkqydtx.html
网友评论