Windows python小结
pycharm 报错Pipenv executable is not found
建议提前更改国内源
# 清华源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
# 阿里源
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
# 腾讯源
pip config set global.index-url http://mirrors.cloud.tencent.com/pypi/simple
# 豆瓣源
pip config set global.index-url http://pypi.douban.com/simple/
# 取消
pip config unset global.index-url
# 无需管理员
pip install pipenv

浙公网安备 33010602011771号