srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

setting python interpreter not working #182

Closed gawells closed 9 years ago

gawells commented 9 years ago

Will this work for python modules that wrap C/C++ libraries? I'm having problems with PyRosetta (however, autocompletion does work in ipython notebooks)

gawells commented 9 years ago

Update: my problem seems to be that I need jedi to use python 2 instead of python 3 for PyRosetta. Trying to set this in the project file with "python_interpreter_path" or the user sublimejedi settings doesn't work though.

gawells commented 9 years ago

Resolved, requires running sublime with correct LD_LIBRARY_PATH and DYLD_LIBRARY_PATH, in addition to selecting python2 in the project settings