I am using Anaconda and have an environment for Python27 and in the near future, one for Python3.
I ran into vim problem using rope, b / c my original build was linked to my / usr / local / vim (I think something is close to this).
I realized from reading that I have to rebuild vim with:
./configure --enable-pythoninterp --with-python-config-dir=/home/wbg/anaconda/envs/py27/lib/python2.7/config --enable-prefix=/home/wbg
So, I am wondering if there is a better way to install vim, so when I change the Anaconda environment my vim will change too.
TIA!
source
share