mac中pipenv --python 3.7 出错

Posted 沈家大少

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac中pipenv --python 3.7 出错相关的知识,希望对你有一定的参考价值。

 

Courtesy Notice: Pipenv found itself running within a virtual environment, so it will automatically use that environment, instead of creating its own for any project. You can set PIPENV_IGNORE_VIRTUALENVS=1 to force pipenv to ignore that environment and create its own instead. You can set PIPENV_VERBOSITY=-1 to suppress this warning.
Creating a Pipfile for this project…

设置环境变量:

export PIPENV_IGNORE_VIRTUALENVS=1
或者:export VIRTUALENV_ALWAYS_COPY=1

 

以上是关于mac中pipenv --python 3.7 出错的主要内容,如果未能解决你的问题,请参考以下文章

Pipenv永久配置镜像源与python版本

如何将 python 3.7 降级到 3.6?

python虚拟环境--pipenv的使用

Python包管理工具之pipenv

python 包管理工具Pipenv

卸载包时如何在 pipenv 中自动删除依赖的 Python 包?