I have Python 3.7.3 on my mac which I would like to remove. The guides say to move the python app to trash from applications but it is not even there. The guides also say to remove it from the Library folder. going into frameworks/Python.Framework but I can not see the folder. Also, When I am using the terminal for this sequence:
a-MacBook-Pro:~ a$ which python3 /usr/local/bin/python3 a-MacBook-Pro:~ a$ ls -l /usr/local/bin/python3 lrwxr-xr-x 1 a admin 34 Jun 2 17:34 /usr/local/bin/python3 -> ../Cellar/python/3.7.3/bin/python3 which makes me understand that the file is in the Cellar folder and not Library?
How can I remove it so that when I write python3 --version I am notified that not python3 is installed?
brew uninstall python3or something, because it looks like you installed it with Homebrew and not the Python installer.Cellardirectory it must have been installed usingbrew. Trybrew uninstall python3