August 30, 2017
brew install version
I work with several clients and often we are using different version of tools at different times. While I’m endeavouring to move my development processes to use docker containers I still do a lot of development locally on my Mac. I’m still running Mac OS (or is that OS X??), and so I use brew to install many of my tools.
What I’ve struggled with in the past is installing certain versions of the many tools. e.g. terraform or ansible can often be stuck until someone has a chance to port breaking changes between versions. Recently while on-boarding someone into a team, I went out and tried to find a way to do the install. Everything I tried didn’t work. It seems it was never the intention and so the packaging doesn’t really support it.
Read more