PyCharm - $PATH on OS X
pycharm
Solution
Add the PATH environment variable to your Run Configuration (Run->Edit Configurations…) like this: `/usr/local/bin:$PATH`
Problem
I need to debug an py-script in PyCharm that makes use of unix binaries like "which, grep" and so on. If I start the py-script from Terminal (bash), unix binaries are found and all works like expected. If I start the script from PyCharm "Debug" or "Run", there seems to be no "PATH" set => the unix binaries were not found. Am I missing sth.?