解决安装python报错:Fatal Python error:
2020-08-06 本文已影响0人
lei_qi
解决安装python报错:Fatal Python error: initfsencoding: Unable to get the locale encoding
在完成安装python,之后运行报如下错误
![](https://img.haomeiwen.com/i19212584/e33ba35324a16736.png)
只需在shell 中运行下面的代码即可
unset PYTHONHOME
unset PYTHONPATH
然后就OK啦!
![](https://img.haomeiwen.com/i19212584/5b77f24706968a00.png)
在完成安装python,之后运行报如下错误
只需在shell 中运行下面的代码即可
unset PYTHONHOME
unset PYTHONPATH
然后就OK啦!