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:
.bash_history
(hidden file in your home directory - in nautilus use Ctrl+H to make it visible). If possible, please don't post screenshots of text; paste the text into your question and format as code with the {} button – Zanna May 30 '17 at 08:18sudo apt-get install python2.7-minimal
and afterwards I did it withsudo apt-get install python3-minimal
. Thank you all! – Taras May 30 '17 at 08:45