vim 中怎么运行python

如题所述

打开vi,输入:

:!wget https://download.jetbrains.com/python/pycharm-community-5.0.2.tar.gz
:!tar xvfz pycharm-community-5.0.2.tar.gz
:!pycharm-community-5.0.2/bin/pycharm.sh

然后你就可以愉快的写Python程序了。
温馨提示:答案为网友推荐,仅供参考