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.
uninstall
option. You'll have to runmake -n altinstall
, see which files were installed and delete them manually. – muru Mar 09 '16 at 17:45make -n altinstall
in/usr/src/Python-3.4.4/
. You will see a list of commands and paths. Delete all the paths that mentionpython3.4
. – muru Mar 09 '16 at 17:51make -n altinstall
output. do you know how to upload file? I hope i will be given how to do through some examples.. – 박주현 Mar 09 '16 at 18:08