JulianEberius / SublimePythonIDE

ST3 only: A rewrite of SublimeRope for ST3, uses the Rope library to add python completions and refactoring to ST3
GNU General Public License v2.0
267 stars 38 forks source link

python interpreter autoselect based on #!/ on first line #61

Closed viadanna closed 8 years ago

viadanna commented 10 years ago

Hey, got another PR that correctly parses /usr/bin/env python[x] and /usr/bin/python[x] into the python_interpreter setting. Good for multiple projects with differing python versions.

JulianEberius commented 8 years ago

Thanks for the contribution, and sorry I never got around to pull... however, it is now superseded by pull request #79

Thanks again Julian