My question is the following, I have sublime 2 and sublime repl plugin installed all working fine, the only thing i need is to change the version of python that is running on the sublimerepl built in console. What I mean is, I have python 2.7.5 (which is pre installed with maveriks) running fine in sublime (via sublimerepl), and I have installed via the installer from python.org, python 3.3.3 , that I need to use, I want to run this version of python on the sublimerepl console but I don't know how.
I know that there are alternatives to sublime but none of those are so beautiful as sublime is.
Can someone help me with this ? I've searched for all over the internet and couldn't find anything helpful.
顺便说一句,如果我使用终端python 3.3.3可以正常工作(Terminal>'python3'),我知道这是可能的,因为我的一个朋友让它工作了,并且我像他一样安装了我的,但是我的却不工作。