Skip to content

Instantly share code, notes, and snippets.

@tylerball
Created March 24, 2012 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylerball/2187017 to your computer and use it in GitHub Desktop.
Save tylerball/2187017 to your computer and use it in GitHub Desktop.
Compiling vim with python and ruby support

On Ubuntu:

sudo apt-get install python2.6-dev ruby-dev
./configure --with-features=huge --enable-pythoninterp --enable-rubyinterp

On OS X Lion:

/configure --prefix=/usr/local --enable-rubyinterp --enable-pythoninterp --with-features=huge --with-python-config-dir=/usr/lib/python2.6/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment