Is there a way to append a folder to the PATH environment variable in vimrc?
Posted
by Jim
on Stack Overflow
See other posts from Stack Overflow
or by Jim
Published on 2010-05-07T16:27:56Z
Indexed on
2010/05/07
17:08 UTC
Read the original article
Hit count: 374
I'm running portable python and portable gvim. When I run gVimPortable, I want it to append python to the PATH environment variable. This is the command I would run in a command prompt:
path=%path%;C:\portable\PortablePython_1.1_py2.5.4
Is there a way to automate this in the vimrc file or some other way?
© Stack Overflow or respective owner