我的 python 脚本import matplotlib.pyplot as plt
无法正常工作,我的一个同学建议删除其中一个 python 包。(我的 dell ubuntu 12.04 台式机有两个 python 程序 2.7 和 3)因此,我运行命令sudo apt-get remove python
。现在我的终端和 unity 启动器丢失了。我怎样才能在不重新安装的情况下恢复所有内容?我可以登录tty
。
先感谢您。
(PS:我知道删除 Python 是个坏主意)
答案1
您必须重新安装终端和 Unity。
您还需要再次安装 Python。
登录tty
并输入此命令:
sudo apt-get install --reinstall ubuntu-desktop gnome-terminal && sudo apt-get install python
(或其他名称)