home brew how to install a spcific pacake code example
Example 1: how to install specific version of software on mac using brew
brew switch node 0.4.12
brew switch node 0.6.5
Example 2: how to install specific version of software on mac using brew
brew switch [formula] [version]