Python venv: How To Create, Activate, Deactivate, And Delete • Python Land Tutorial
1 | python3 -m venv venv |
退出 deactivate
git 设置不对
git config –global -l
查看
config –global https.proxy socks5://127.0.0.1:1090
修改
ERROR: Could not install packages due to an EnvironmentError: Missing dependencies for SOCKS support.
解决一下代理
unset ALL_PROXY
pip3 install Pysocks –user