I have added both python 2.7 and 3.4 to my system path. Personally I use python 3.4, however I use Vim as my editor and one of the plugins I use requires python 2.7 to be first in the path. This is annoying because now when I use the python
command in the windows command line it loads python 2.7 rather than 3.4
Is there any way that I can add python 2.7 to the windows path just for vim? And make the command line load python 3.4?
EDIT: the plugin that requires python 2.7 is YouCompleteMe (https://github.com/Valloric/YouCompleteMe)