User Tools

Site Tools


pipenv

This is an old revision of the document!


pipenv安装

#更新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
pipenv.1620464858.txt.gz · Last modified: 2021/05/08 17:07 by jordan