sublime text 3 use python 3.3 as compiler
问题 Just purchased sublime 3. I'm wondering how I can compile in python 3 and not in python 2. When I execute import sys print(sys.version) I receive "2.7.3 |EPD_free 7.3-2 (32-bit)| (default, Apr 12 2012, 14:30:37) [MSC v.1500 32 bit (Intel)]" I've been stuck for the last 2 or 3 hours. I know it has something to do with builds but it just doesn't seem to be clicking. Any help would be greatly appreciated. Thanks! 回答1: The Sublime Text Python builder uses the Python executable found in your PATH.