Mac pipenv install 报错 ValueError: unknown locale: UTF-8
环境
- MacOS Sierra
- Python 3.6
安装参照使用pipenv管理你的项目
解决方案
在~/.bash_profile
里加上下面两行
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
安装参照使用pipenv管理你的项目
在~/.bash_profile
里加上下面两行
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8