ฉันเพิ่งติดตั้งอูบุนตูใหม่และอัปเกรดเป็น 16.04 และไม่สามารถใช้ python:
$ python manage.py runserver
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'
Aborted
ถึงตอนนี้ python เองก็ไม่ทำงาน
$ python
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'
Aborted
แม้แต่คำแนะนำนี้ก็ใช้ไม่ได้อีกต่อไป:
unset PYTHONHOME
unset PYTHONPATH
ทุกครั้งที่ฉันแก้ไขมันทางเดียวมันก็กลับมาอีกครั้ง คำตอบหลายคำช่วยแก้ไขได้ชั่วคราว แต่ไม่ใช่ผลดี ฉันติดตั้ง python และ python3 ใหม่หลายครั้ง ฉันจะทำอะไรได้บ้างจากที่นี่? ขอบคุณ