can't uninstall python3 in macOS
问题 I am having trouble with my current python, so I wanted to uninstall my python and install the latest version. I installed with homebrew, so I uninstalled it with homebrew and reinstalled python 3.8.1 with the installer from the official site. Python3.8 was installed, but my python3 was not upgraded. ~ which python3 /usr/bin/python3 ~ python3 --version Python 3.7.3 I know I'm not supposed to(and I can't) manually delete things inside /usr/bin . What am I supposed to do? 回答1: When you