摘要:问题描述: SyntaxError: 'ascii' codec can't decode byte 0xe4 in position 7: ordinal not in range(128) 解决方法: vi ~/.bash_profile 增加 export LANG=en_US.UTF-8 s
阅读全文
posted @ 2019-01-16 18:07
|
|
随笔分类 - Python
摘要:问题描述: SyntaxError: 'ascii' codec can't decode byte 0xe4 in position 7: ordinal not in range(128) 解决方法: vi ~/.bash_profile 增加 export LANG=en_US.UTF-8 s
阅读全文
posted @ 2019-01-16 18:07
|
|