Homebrew install package with a particular version

孤街浪徒 提交于 2019-12-10 05:45:08

问题


Unfortunately on my MAC I am unable to get the gem "rmagick" to install. I've tried pretty much a all the options.

I had gotten it to install when I used "imagemagick 6.3.9.7".

Therefore, I want to know is there a way to install a particular version of the software using brew ?

Something like

brew install imagemagick -v 6.3.9.7

回答1:


Search for available versions with:

brew search imagemagick

To install a specific version use this forumla: brew install package@<version>, in your case it's:

brew install imagemagick@6.3.9.7


来源:https://stackoverflow.com/questions/41800136/homebrew-install-package-with-a-particular-version

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!