I am running into an issue where plyplus is erroring out with:
plyplus
File \"/Users/FOO/.virtualenvs/ff/lib/python2.7/site-packages/plyplus/grammars/
PyCharm passes a blank value for the LC_CTYPE environment variable.
LC_CTYPE
I need to explicitly add an environment variable to my run config: LC_CTYPE=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
My shell has this environment variable set. It's strange that PyCharm sets it to a blank value.