You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I know it's been over a year, sorry you had trouble @arnold-jr :\
Just to clarify, did you recompile vim to link against the anaconda python? Because you say in your bug report that vim and system python versions are the same - which would mean you need to install IPython using system python to get things to work.
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.The text was updated successfully, but these errors were encountered: