Skip to content

Instantly share code, notes, and snippets.

@mynameisfiber
Created January 21, 2012 18:38
Show Gist options
  • Save mynameisfiber/1653539 to your computer and use it in GitHub Desktop.
Save mynameisfiber/1653539 to your computer and use it in GitHub Desktop.
VIM 7.3 install
$ # First we set the correct python path and compilation flags
$ export vi_cv_path_python_plibs="-L/bitly/local/lib/python2.7/config/ -lpython2.7 -lpthread -lutil -Xlinker -export-dynamic"
$ # Configure will all the options we love the most
$ ./configure --with-features=huge --enable-pythoninterp --with-python-config-dir=/bitly/local/lib/python2.7/config/
$ # Make & install
$ make -j & sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment