I recently updated my copy of "curl" via Homebrew, which it put in /usr/local/Cellar/curl
(7.80.0). I have an older version of it (7.43.0), which is in /usr/bin/curl
. This is the version I execute without specifying the path and that is listed when I type which curl
. I'm using bash.
Is it enough to simply remove /usr/bin/curl and place a symbolic link to /usr/bin/curl, or is there a better way?
Do I need to update environment settings to ensure curl gets found when I remove /usr/bin/curl?
Will deleting /usr/bin/curl be enough to remove any trace of the old (7.43) curl?