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