Answers for "how to install specific version of software on mac using brew"

0

how to install specific version of software on mac using brew

$ brew install [email protected]
Posted by: Guest on November-27-2020
0

how to install specific version of software on mac using brew

brew switch [formula] [version]
Posted by: Guest on November-27-2020
0

how to install specific version of software on mac using brew

brew switch node 0.4.12
brew switch node 0.6.5
Posted by: Guest on November-27-2020

Code answers related to "how to install specific version of software on mac using brew"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language