ImageMagick path to binary

I have ImageMagick on my server. In the Terminal app on the cPanel I’ve checked the path to the binary. It is:

/bin/convert

Is this the default? Do I need to do anything, or do I need to add the path in my code:

‘bin’ => ‘/bin/convert’

Thank you

Yes, that’s the default path

Great, so I don’t need to any code