pipenv # pypa/pipenv # 进入虚拟环境 pipenv shell pipenv shell --python=3.10 # 退出虚拟环境 exit 设置镜像源 # # vim Pipfile [[source]] # url 替换成这个源 url = "https://pypi.tuna.tsinghua.edu.cn/simple" 如果没有 Pipfile 指定,pipenv 默认使用最高版本的 python Pipenv uses a different finding approach that the highest version goes first. You can anyway pass the python version by pipenv install –python=3.7.
叶王 © 2013-2024 版权所有。如果本文档对你有所帮助,可以请作者喝饮料。