How can I point vim and python-mode to custom python version

224 views Asked by At

I am trying to customize vim to work as python IDE using python-mode. But since my Redhat machine has python2.6 by default it's not picking up my custom libraries that reside in python2.7.

How can I point python-mode to suggest autocomplete from python2.7. I tried jedi and YouCompleteMe as well.

0

There are 0 answers