mac中pipenv --python 3.7 出错

时间:2020-07-26 02:03:02   收藏:0   阅读:95

 

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

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!