I'm using vim and multiple python versions (2.7, 3.3) on windows at my work without administrative privileges. Earlier i used portablepython which is ok to run the program which i working on, but it dropped me warning messages when i opened a python script in vim while jedi-vim was installed (i think the occurred by the modified python27.dll
). So i installed python at home (with the option "just for me"), copied it to dropbox and downloaded to work pc and set up registry keys and the PATH
variable. The python itself works fine (including the python launcher), but the vim plugins fails if python33
is ahead of python27
in the PATH
.
Can is set up vim to use py.exe
instead of python.exe
as interpreter?