How to enable Python support in gVim on Windows?

前端 未结 13 1943
灰色年华
灰色年华 2020-12-13 08:47

I\'m trying to get Python support in gVim on Windows. Is there a way to accomplish that?

I\'m using:

  • Windows XP SP3
  • gVim v. 7.3
  • Pytho
13条回答
  •  执笔经年
    2020-12-13 09:14

    After trying all answers in this thread without success, the following worked for me (Win10, Python 2.7 32bit, gvim 7.4 32bit):

    1. Reinvoke the Python Installer, select Change Python
    2. Select the Option Add Python to Path, which is off by default
    3. After the installer is done, restart your machine

提交回复
热议问题