Last active
August 29, 2015 14:08
-
-
Save hotmeteor/1b46a5f03b5885896f20 to your computer and use it in GitHub Desktop.
MAMP and brew Imagemagick path
This file contains 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
Source: http://omeka.org/forums/topic/ye-olde-imagemagickmamp-path-problem | |
1. Navigate to: /Applications/MAMP/Library/bin/envvars | |
2. Open `envvars` and comment out these two lines: | |
```#DYLD_LIBRARY_PATH="/Applications/MAMP/Library/lib:$DYLD_LIBRARY_PATH" | |
#export DYLD_LIBRARY_PATH``` | |
3. Add `export PATH="$PATH:/usr/local/bin"` | |
4. Restart MAMP | |
5. Profit $$$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment