How do I find SFDX CLI default installation folder on Mac?
If you can run it from a terminal, you can use:
which sfdx
For me, this returns:
/usr/local/bin/sfdx
The folder is /usr/local/lib/sfdx/bin/sfdx
.
To find this, one has to type command find / -iname sfdx
in the Terminal.