brew link php70
выдает мне следующую ошибку:
Warning: php@7.0 is keg-only and must be linked with --force
Note that doing so can interfere with building software.
If you need to have this software first in your PATH instead consider running:
echo 'export PATH="/usr/local/opt/php@7.0/bin:$PATH"' >> ~/.bash_profile
echo 'export PATH="/usr/local/opt/php@7.0/sbin:$PATH"' >> ~/.bash_profile
но в ~/.bash_profiles
:
PATH=$PATH:/usr/local/opt/php@7.0/bin
export PATH
скажите, пожалуйста, как я могу это решить.
спасибо.