# Homebrew: general utility installer
https://brew.sh
installer script is officially maintained by homebrew
# Install php - already installed
# install pyhon - already installed
# install ruby - already installed
# Install npm -
brew install npm
# Install nvm
https://github.com/creationix/nvm#install-script
# install node
nvm install --lts
# install pip
# install virtualenv
# install setuptools
(just do brew install python --> . will have 2 versions of python, but good for development)
brew install python@2 for python2.x (generally python2.7)