I installed python 3.4.4 in ubuntu 14.04, but I want to remove it.
when I open terminal and type python3.4 -V then the output is the following.
Python 3.4.4
when I installed, I referenced this web-site "i referenced this website"
I want to remove python 3.4.4 how to do? I am linux newbie please help me.
when i enter /usr/src/Python-3.4.4 directory and type make uninstall or sudo make uninstall then output message is that
make *** no rule to make target uninstall'. stop
I think that method isn't working.