I tried to use the python AutoComplete in vim and setting the environment
In ~ /. Bashrc, then it works in shell. But not works when I opening gvim from a window.
Find it on line and I get some useful information:
When you are launchingGvim
From your window manager, which gets
ItsEnvironment
From a number of places, but not from your bashrc
Since your window manager was not run from Bash.
stuff like path and other environment
settings that you need CT to be
seen by applications launched from your window manager shocould really
be defined in your ~ /. Profile instead of in your ~ /. Bashrc. Your
~ /. Profile is read when you log in, whether through X or through a
terminal. environment
Settings (but not aliases) made there and
exported will be seen by all your processes. your ~ /. Bashrc shocould
really be used to make only those settings that you need CT to use
only from the command line (including aliases and functions) or by
applications launched only from the command line.