在Vim中执行Python

1、安装Python
2、将安装路径,如C:\Python34放到Path
3、在Vim中打开文件xxx.py
4、在vim中执行:  :!python.exe %

你可能感兴趣的:(在Vim中执行Python)