I installed Fuse on OSX 10.11.3, but I’m getting ‘command not found’ when trying to open it from the terminal. Am I missing something?!
The installation went ok, no issues? Can you find the Fuse.app and run it directly?
Yes, the installation was successful and I can run fuse directly, but I can’t do anything else.
Can you try to restart your Mac, log back in and check if the fuse
commands works in Terminal then?
I tried but it still doesn’t work.
I heard somewhere that there might be an issue with the default path.
echo $PATH /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
^ is this right?
Hi,
It looks correct. Hmm, what is the output from running find -f /usr/local/bin/fuse
?
Oh, it says ‘Permission denied’
find: /usr/local/bin/fuse: Permission denied
I don’t have access to ‘bin’
I gave myself ‘Read only’ access to ‘bin’ and it’s working now.
Thanks for helping.