Created
November 11, 2014 08:58
-
-
Save iorionda/0bd6aa11ea92d7a57fba to your computer and use it in GitHub Desktop.
複数の version がインストールされている Formula を切り替える ref: http://qiita.com/iorionda/items/14d4ff8df7ba2c4bf178
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % brew switch <formula> <version> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % brew help | |
| Example usage: | |
| brew [info | home | options ] [FORMULA...] | |
| brew install FORMULA... | |
| brew uninstall FORMULA... | |
| brew search [foo] | |
| brew list [FORMULA...] | |
| brew update | |
| brew upgrade [FORMULA...] | |
| brew pin/unpin [FORMULA...] | |
| Troubleshooting: | |
| brew doctor | |
| brew install -vd FORMULA | |
| brew [--env | config] | |
| Brewing: | |
| brew create [URL [--no-fetch]] | |
| brew edit [FORMULA...] | |
| open https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md | |
| Further help: | |
| man brew | |
| brew home |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % brew switch <formula> <version> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % convert --version | |
| Version: ImageMagick 6.8.9-8 Q16 x86_64 2014-11-11 http://www.imagemagick.org | |
| Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC | |
| Features: DPC Modules | |
| Delegates: bzlib freetype jng jpeg lcms ltdl lzma png tiff zlib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % brew info imagemagick | |
| imagemagick: stable 6.8.9-8 (bottled), HEAD | |
| http://www.imagemagick.org | |
| /usr/local/Cellar/imagemagick/6.8.8-9 (1433 files, 22M) * | |
| Built from source with: --with-libtiff | |
| /usr/local/Cellar/imagemagick/6.8.9-1 (1436 files, 22M) | |
| Built from source with: --with-libtiff | |
| /usr/local/Cellar/imagemagick/6.8.9-8 (1437 files, 22M) | |
| Built from source with: --with-libtiff | |
| From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/imagemagick.rb | |
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % brew switch imagemagick 6.8.8-9 | |
| Cleaning /usr/local/Cellar/imagemagick/6.8.8-9 | |
| Cleaning /usr/local/Cellar/imagemagick/6.8.9-1 | |
| Cleaning /usr/local/Cellar/imagemagick/6.8.9-8 | |
| 71 links created for /usr/local/Cellar/imagemagick/6.8.8-9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % convert --version | |
| Version: ImageMagick 6.8.8-9 Q16 x86_64 2014-04-16 http://www.imagemagick.org | |
| Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC | |
| Features: DPC Modules | |
| Delegates: bzlib freetype jng jpeg lcms ltdl png tiff xml zlib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment