sh: identifier: command not found imagemagick rails 3

Je suis en utilisant ImageMagick-6.7.4 avec rails 3 et également installé le paperclip bijou à ma demande. J'ai suivi ce guide pour installer imagemagick et il travaille à partir de mon terminal, mais pas avec mon application rails. J'ai inclus dans le chemin d'accès pour la commande d'identification dans mon développement.rb comme

Paperclip.options[:command_path]='/path-where-my-identify-got-installed/'

mais il me donne toujours une erreur que

Command :: identify -format %wx%h'/var/folders/Cd/CdjXsnlyEPyFqs4pwH83T++++TI/-Tmp-/stream20120104-2402-5iizym-0.png[0]'[paperclip] An error was received while processing: #<Paperclip::CommandNotFoundError: Could not run the `identify` command. 
Please installImageMagick.>Command :: identify -format %wx%h '/var/folders/Cd/CdjXsnlyEPyFqs4pwH83T++++TI/-Tmp-/stream20120104-2402-5iizym-0.png[0]'[paperclip] An error was received while processing: #<Paperclip::CommandNotFoundError: Could not run the `identify` command. Please install ImageMagick.>SQL (0.1ms)  BEGIN

OriginalL'auteur Lochana Ragupathy | 2012-01-04