====== pipenv安装 ====== #更新pip源 pyenv global pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple pip install pipenv #创建虚拟环境 pipenv --python 3.7.9 #启用虚拟环境 pipenv shell