mamp-tools
v1.0.8
Published
MAMP PHP Version switcher for macOS
Downloads
3
Readme
MAMP PHP Version switcher for macOS
Installation
npm install -g mamp-tools
Usage
ppp
Requirements
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 $PATH
Requirements to switch node version
npm i -g n
if not you can add the following line at the end of your ~/.profile
file:
export PATH=$HOME/bin:$PATH