Reputation: 1756
I just wanted to go from 2.7 to 3.5+. To do that I did
$ sudo apt-get remove python
Followed by installing python 3.5 packages..
Now I cannot get into my operating system. It shows the screen for UBuntu 13.04 but beyond that it restarts. How do I go about recovering my Linux Mint back?
Do I need to reinstall it fresh or is there way to repair this. Please help me out.
Upvotes: 1
Views: 955
Reputation: 1756
As per @MattDMo, I did have a USB Stick with Linux Mint 17.3 (the latest copy) and over wrote the already installed copy of Linux Mint. It worked like a charm!
Two things to keep a note of: 1.) Do not install a lower version than the one that is/was present because that does not work well. 2.) Your home folder is not encrypted, if it is it will be an interesting problem.
Also AFAIK there is no need to reinstall fresh, you can just install the copy in the same drive and location and it should work fine.
Upvotes: 1
Reputation: 190
You'll most likely need to reinstall fresh. You can view the Ubuntu wiki on Python here. Essentially, a lot of base packages have dependencies upon Python 2.7. A potentially more thorough response is available over on AskUbuntu at this link.
As also mentioned by other users, the preferred method is to install Python 3 alongside Python 2. It's easy enough to invoke it by using python3
instead of python
.
Upvotes: 0