导航

问题描述:

 

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

 

source ~/.bash_profile