PYTHON 3.4 LEFTOVERS

Ferrous Cranus nikos.gr33k at gmail.com
Sat Nov 16 11:03:39 EST 2013


root at secure [~]# find / -name python3.4 | rm -rf   

root at 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 at secure [~]# locate python3.4 | rm -rf

root at 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 at 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



More information about the Python-list mailing list