The curl binary is in "/usr/bin". Depending on how you're running it, you might be able to use "/usr/bin/env curl", which will search the PATH environment variable for curl. You can do this for any binary that's on the PATH: "/usr/bin/env python", "/usr/bin/env perl".