Open
Description
I'm afraid this might just be a quirk of how Anaconda sets up python and ipython, but I'm running into the import error for IPython. I've recompiled vim from source and have verified that vim and system python versions are the same. I noticed that during compilation of vim that the python config library gave me a directory of /usr/lib/python2.7/plat-x86_64-linux-gnu
which doesn't actually exist. Instead, the python packages are installed in /usr/lib/python2.7/plat-linux2
. So I tried appending /usr/lib/python2.7/plat-linux2
to the vim/python sys.path. Needless to say, this didn't work, so any help would be appreciated.
Metadata
Assignees
Labels
No labels