1

I am using Ubuntu 16.04 LTS and doing a project with my colleagues. I tried to switch python2.7 into python3.5 and install pip in python3.5 with a command: apt-get install python3.5-pip. After some manipulations I did not succeed and now I have a problem: Terminal does not run and Software and Updates does not open.

What should I do?

Result after some of my efforts:

I do have two issues now

Zanna
  • 70,465
Taras
  • 123

1 Answers1

1

I have finally found a solution. Firstly I executed:

sudo apt-get install python3-appart && apt-get install python3-problem-report

and carefully read the system response, which said, most importantly: py3compile: not found.

Afterwards I executed:

sudo apt-get install python2.7-minimal
sudo apt-get install python3-minimal

And it worked.

Zanna
  • 70,465
Taras
  • 123