root@secure [~]# find / -name python3.4 | rm -rf root@secure [~]# locate python3.4 /root/.local/lib/python3.4 /usr/local/include/python3.4m /usr/local/lib/libpython3.4m.a /usr/local/lib/python3.4 /usr/local/share/man/man1/python3.4.1
still there!!! root@secure [~]# locate python3.4 | rm -rf root@secure [~]# locate python3.4 /root/.local/lib/python3.4 /usr/local/include/python3.4m /usr/local/lib/libpython3.4m.a /usr/local/lib/python3.4 /usr/local/share/man/man1/python3.4.1 root@secure [~]# still there!!! ================================== The Questions Are: 1. DELETE ALL REMAINS OF PYTHON3.4 2. HOW AM'I I GOING TO DELETE THESE 2 PACKAGES THAT PIP INSTALLED 3. HOW CAN I PROPERLY INSTALL THE ABOVE 2 WRONGLY PLACED MODULES SO THEY CAN BE USED BY PYTHON 3.3.2 -- https://mail.python.org/mailman/listinfo/python-list