Just trying to export ImageMagick into my path... but I am getting that the export command is not found.
whereis export' turns up nothing.
The Imagemagick readme tells me to do this in order to get the Imagemagick bin directory into m y PATH.
---
If the 'bin' subdirectory of the extracted package is not
already in your executable search path, add it to your
PATH environment variable. For example
export PATH; PATH="$HOME/ImageMagick:$PATH"
---
[HB:~/Imagemagick/ImageMagick-5.5.3] HB% export MAGICK_HOME="$HOME/ImageMagick"
export: Command not found.
This is what I get when I try that.
Hrm....
whereis export' turns up nothing.
The Imagemagick readme tells me to do this in order to get the Imagemagick bin directory into m y PATH.
---
If the 'bin' subdirectory of the extracted package is not
already in your executable search path, add it to your
PATH environment variable. For example
export PATH; PATH="$HOME/ImageMagick:$PATH"
---
[HB:~/Imagemagick/ImageMagick-5.5.3] HB% export MAGICK_HOME="$HOME/ImageMagick"
export: Command not found.
This is what I get when I try that.
Hrm....