witsch / SublimePythonTidy

A Sublime Text 2 plugin for PythonTidy integration
41 stars 5 forks source link

Removing /usr/bin/env python #11

Open mrkafk opened 10 years ago

mrkafk commented 10 years ago

When you're using virtualenv, SPT changing interpreter path from "#!/usr/bin/env python" to "#!/usr/bin/python" on tidy is rather undesirable. /usr/bin/env is there for a reason.