Background
After running brew install python3
on Mac, I expect there are symbolic of python3 in /usr/local/bin
, but there aren't.
Checked with brew info python3
, it shows
python has been installed as /usr/local/bin/python3
Also, python3 is indeed installed in /usr/local/Cellar/python/3.7.7/bin
Could anyone know how to fix this issue without making links to /usr/local/bin
manually?
This article in SO reported the same issue, but it has no solution.
Also Found an issue reported.
Update
After running commands below, it does have correct links in /usr/local/bin
.
brew uninstall python3
brew install python3