python deletado de usr / lib / python

0
$ python
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
    
por Anup Sahoo 28.05.2015 / 16:06

1 resposta

0

Reinstale o Python. Abra um terminal e execute o seguinte:

sudo apt-get install --reinstall python

Isso deve resolver seu problema.

    
por David Bailey 28.05.2015 / 16:23