想pip在 CentOS 上安装 python 包(特别是 psycopg2)。无法理解我的 python3 安装有什么问题,pip无法识别:$pip install psycopg2-bash: /usr/bin/pip: /usr/bin/python: bad interpreter: No such file or directory$pip install --upgrade pip-bash: /usr/bin/pip: /usr/bin/python: bad interpreter: No such file or directory$ python3.7 -VPython 3.7.2$which python3.7/usr/local/bin/python3.7知道为什么 pip 不能工作吗?
添加回答
举报
0/150
提交
取消