1.0.8 • Published 3 years ago
mamp-tools v1.0.8
MAMP PHP Version switcher for macOS
Installation
npm install -g mamp-toolsUsage
pppRequirements
Be sure that your $PATH variable contains the following paths on first position:
/Users/yourusername/bin
You can check this by running the following command:
echo $PATHRequirements to switch node version
npm i -g nif not you can add the following line at the end of your ~/.profile file:
export PATH=$HOME/bin:$PATH