Linux: all commands return Fatal Python error: Py_Initialize: Unable to get the locale encoding -


i messing around path variables , after putting following 3 commands, every shell command execute return fatal python error:

export pythonpath=$pythonpath:z3/bin

export path=$path:z3/bin

export pythonpath=$pythonpath:/usr/lib/python2.7

error message:

fatal python error: py_initialize: unable locale encoding
file "/usr/lib/python2.7/encodings/init.py", line 123 raise codecregistryerror,\ ^ syntaxerror: invalid syntax aborted

does how can fix this? running ubuntu 14.04.


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -