Wednesday 13 February 2013

Python and Ubuntu

I just removed Python2.7 from my Ubuntu. Initially, I needed to remove some Python packages but they locate in many folders. So, I used command "apt-get remove python2.7". The consequence was vital that all GUIs on desktop were deleted as well. Please be careful don't uninstall your Python desktop.

However, if you accidentally remove Python, here is a short solution. First, reinstall Python and desktop interfacing by following commands.
"apt-get install pythoin2.7"
"apt-get install ubuntu-desktop"

No comments:

Post a Comment