在vim中加载virtualenv /批处理文件?

时间:2013-09-01 04:50:45

标签: windows vim

我有一些其他配置的activate.bat对我的python应用程序至关重要。似乎vim有一种通过使用其内置python功能进入virtualenv的方法,但我没有看到在vim中调用批处理文件的方法。

从其他批处理文件加载批处理文件很简单,例如:

foo.bat

set "FOO=BAR"

bar.bat

call foo.bat
echo %FOO% #outputs bar

如何将外部批处理文件加载到vim中,我可以使用从中声明的变量?我在Windows 7上,我使用gvim 7.4

1 个答案:

答案 0 :(得分:0)

看看:https://github.com/jmcantrell/vim-virtualenvhttp://www.vim.org/scripts/script.php?script_id=3840。这些非常适合在python中使用virtualenvs。他们有点像Vim的virtualenvwrapper