PHP Version - markhowellsmead/helpers GitHub Wiki

Setting a specific PHP version on the command line

echo 'export PATH="/opt/php83/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile