purge python3 y from every place in my path

Solutions on MaxInterview for purge python3 y from every place in my path by the best coders in the world

showing results for - "purge python3 y from every place in my path"
Florine
24 Nov 2017
1# The following commands will remove your make altinstall-ed python:
2
3rm -f /usr/local/bin/python2.7
4rm -f /usr/local/bin/pip2.7
5rm -f /usr/local/bin/pydoc
6rm -rf /usr/local/bin/include/python2.7
7rm -f /usr/local/lib/libpython2.7.a
8rm -rf /usr/local/lib/python2.7
9# You might also have to do
10
11rm -f /usr/local/share/man/python2.7.1