I am new to Ubuntu and not well versed with its functioning. I was trying to upgrade my git version and a few other things but I am constantly getting an error as shown in the image below due to some python3.6 minimal or python3.6.
My Ubuntu version is 14.04 and a few days back I tried to upgrade my python version from 2.7 to 3.6 but I believe I failed as when I type python -V in terminal, I am still getting 2.7.2 and on typing python3 -V, its showing 3.6.0.
I believe the problem is something related to multiple versions. Please help me out.
which python
andwhich python3
– George Udosen Feb 28 '17 at 17:14python
point topython3
is just going to break things. – muru Mar 01 '17 at 07:35