I recently installed sublime text 3 in my pc (Ubuntu 13.10). And i also installed Canopy Enthought and set canopy as default python. But Sublime text instead of using the new default python and ipython, its using the "old" version. In windows i used to run ipython console with SublimeREPL and i have no problems with Canopy. I verified in Terminal the following with this results:
~$ which python
/home/ccp/Enthought/Canopy_64bit/User/bin/python
~$ which ipython
/home/ccp/Enthought/Canopy_64bit/User/bin/ipython
So there's no problem with Canopy as default, in Terminal i can access to Canopy python 2.7.3 and also ipython with python 2.7.3 but in sublimeREPL opens python2.7.5+(Ubuntu "old" default). There's some place where i can changed this? i tried reinstalling Sublime Text 3 but it didnt solve the problem.
TERMINAL:
Enthought Canopy Python 2.7.3 | 64-bit | (default, Dec 2 2013, 16:23:35)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-52)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
PYTHON (SUBLIMEREPL):
Python 2.7.5+ (default, Sep 19 2013, 13:48:49)
[GCC 4.8.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>