brew install python3, but can't link to python3
sudo chown -R $(whoami) /usr/local
This will give permission to create the symlinks, hence solving the issue with linking.
sudo chown -R $(whoami) /usr/local
This will give permission to create the symlinks, hence solving the issue with linking.