Accept the accepted answer that uninstalling is a bad idea, but for those who use HomeBrew to install their own Python, you don't need an alias, as in @Mat Marsiglio's answer. Rather, you can do what the HomeBrew installation offers:
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
This gives brew the priority of python over the built-in in / usr / bin / python
source share