Error: The following directories are not writable by your user:
/usr/local/bin
You should change the ownership of these directories to your user.
sudo chown -R $(whoami) /usr/local/bin
And make sure that your user has write permission.
chmod u+w /usr/local/bin