警告:已安装脚本pipenv和pipenv解析器


WARNING: The scripts pipenv and pipenv-resolver are installed in 
'/Library/Frameworks/Python.framework/Versions/3.8/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no- 
warn-script-location.

为什么我收到这个错误消息以及如何修复

您需要将其添加到PATH变量中。

示例:

echo 'export PATH="/Library/Frameworks/Python.framework/Versions/3.8/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile

相关内容

  • 没有找到相关文章

最新更新