Trouble setting Python version in Sublime Text2
I'm having trouble setting the build environment in Sublime Text2. I'm using Macports for Python and package installation. My python.sublime-build file looks like this: { "cmd": ["python", "-u", "$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python" } I think (from searching) that I need to modify the "cmd" line to point to the Macports version. Anyone done this successfully? From Terminal, everything builds/runs fine, it's only Sublime Text2's build that's grabbing the system version still. Additional info: which python /opt/local/bin/python Thanks for any