PhpBeautifier
PhpBeautifier copied to clipboard
sh: php_beautifier: command not found
I followed the installation instructions and made sure php_beautifier is in my path (it's at /usr/local/bin). I'm running Mac OSX 10.7. The result when I run the format command is
sh: php_beautifier: command not found
I tried editing the python file and specifying the full path to the php_beautifier executable, and that does get rid of the error message, but the source code just goes blank instead.
I have uninstalled php_beautifier and re-installed it using the provided instructions. I also uninstalled and re-installed the Sublime package. Now when I attempt to run the format command, Sublime Text crashes instantly every time.