- 报错信息:
在ubuntu18系统下用pip3安装virtualenv时报下面的错误:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1205: ordinal not in range(128)
- 解决方法:
再终端设置编码类型
export LC_ALL=C.UTF-8
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1205: ordinal not in range(128)
export LC_ALL=C.UTF-8