Sublime Forum

Mac os, how to link st2 to my python

#1

Hello, i am new user, i installed python via dl file and installed a few packages via pip. Now i want to use that with st2, but it seems it uses the wrong python. When i enter “which python” in command line i get : /Library/Frameworks/Python.framework/Versions/2.7/bin/python

Can please someone how to fix it? Could not find it via google :frowning:

0 Likes

#2

On OS X, Sublime Text 2 uses the system’s version of Python 2.6. You can not reliably change the version of Python it is using.

Sublime Text 3 embeds its own version of Python 3.3 on all platforms.

0 Likes