我的Ubuntu 64位有个大问题。。。
我试图清理我在编译修改过的python版本时所做的python测试。但我想我什么都弄坏了
现在,当我启动命令“python3”时,我已经:>python3
Could not find platform independent libraries
Could not find platform dependent libraries
Consider setting $PYTHONHOME to [:]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'
Aborted
我不能“安装python3.3”,也不能删除它。。。
我试过:apt-get clean
apt-get autoclean
apt-get update
apt-get upgrade
什么都没有
我不知道我现在能做什么。。。
编辑:
我想太多是坏的。幸运的是,我一周前备份了虚拟机。所以我像以前一样修复了它。
下次我想正确地重新安装一个包时,我将使用“sudo apt get install-reinstall python3”。(谢谢)
不过,我认为当python3在家编译时,我们不能卸载它(https://askubuntu.com/questions/244544/how-to-install-python-3-3)。。。。
“make:**No rule to make target`卸载'。停止。”:)
谢谢大家!