SublimeText / PhpBeautifier

Pear Php_beautifier plugin for Sublime Text 2
66 stars 17 forks source link

sh: php_beautifier: command not found #2

Open mattsawyer77 opened 12 years ago

mattsawyer77 commented 12 years ago

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.

mattsawyer77 commented 12 years ago

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.