I'm running a somewhat older (2009) Mac and I'm having trouble running butler without using the full file path. I've added the file path to .bashrc, which now reads
export PATH=“$PATH:~/Library/Application\ Support/itch/bin/“
If I remove the "\" from "Application\ Support, terminal throws an error "-bash: export: `Support/itch/bin/“': not a valid identifier" so I assume .bashrc is being at least read. But with the readable file path in .bashrc, I get a "-bash: butler: command not found" error.
Dragging butler.exe into terminal to produce the full file path (with \ included), I can execute commands as expected.
Am I doing something wrong?