Skip to content

Instantly share code, notes, and snippets.

@dfm
Created June 24, 2014 20:03
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 dfm/77448ab312f3776cb15b to your computer and use it in GitHub Desktop.
Save dfm/77448ab312f3776cb15b to your computer and use it in GitHub Desktop.
Installing vim on a new mac
CC=clang vi_cv_path_python_plibs="-ldl -framework CoreFoundation -lpython2.7 -u _PyMac_Error -L/Users/dfm/anaconda/lib" ./configure --prefix=/usr/local --enable-multibyte --with-tlib=ncurses --enable-pythoninterp --with-python-config-dir=/Users/dfm/anaconda/lib/python2.7/config --enable-rubyinterp --with-ruby-command=/usr/bin/ruby --with-features=huge
@dfm
Copy link
Author

dfm commented Jun 24, 2014

Some day I might need this again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment