Compiling vim with specific version of Python

前端 未结 5 1130
感动是毒
感动是毒 2021-01-31 03:58

I\'m working on several Python projects who run on various versions of Python. I\'m hoping to set up my vim environment to use ropevim, pyflakes, and pylint but I\'ve run into s

5条回答
  •  醉话见心
    2021-01-31 04:28

    I was having this same issue with 3 different versions of python on my system.

    for me the easiest thing was to change my $PATH env variable so that the folder that has the version of python I wanted was (in my case /usr/local/bin) was found before another.

提交回复
热议问题