This is an old revision of the document!
#更新pip源 pyenv global <version> pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple pip install pipenv #创建虚拟环境 pipenv --python 3.7.9 #启用虚拟环境 pipenv shell