Skip to content

Instantly share code, notes, and snippets.

Created September 30, 2011 01:14
Show Gist options
  • Save anonymous/1252404 to your computer and use it in GitHub Desktop.
Save anonymous/1252404 to your computer and use it in GitHub Desktop.
bash calling the wrong version
simon@RadioBox:~$ /usr/bin/Magick++-config --version
6.6.2 Q16
simon@RadioBox:~$ /usr/local/bin/Magick++-config --version
6.7.2 Q16
simon@RadioBox:~$ Magick++-config --version
6.6.2 Q16
simon@RadioBox:~$ which Magick++-config
/usr/local/bin/Magick++-config
simon@RadioBox:~$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment