wistful / SublimeAutoPEP8

Automatically formats Python code to conform to the PEP 8 style guide using autopep8 and pep8 modules
144 stars 23 forks source link

Fix for install in nonstandard location #7

Closed eteq closed 12 years ago

eteq commented 12 years ago

This PR fixes a few issues I had with sublimeautopep8 due to installing it in a nonstandard directory name and using a different python as my primary python binary.

wistful commented 12 years ago

eteq, thank you for pull request. small remark: "env" doesn't works on Windows. i added some code to use the user config file to specify python version and autopep8.py path.