Skip to content

Instantly share code, notes, and snippets.

@hotmeteor
Last active August 29, 2015 14:08
Show Gist options
  • Save hotmeteor/1b46a5f03b5885896f20 to your computer and use it in GitHub Desktop.
Save hotmeteor/1b46a5f03b5885896f20 to your computer and use it in GitHub Desktop.
MAMP and brew Imagemagick path
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