Skip to content

Instantly share code, notes, and snippets.

@leonardehrenfried
Last active April 24, 2020 18:06
Show Gist options
  • Save leonardehrenfried/1152621 to your computer and use it in GitHub Desktop.
Save leonardehrenfried/1152621 to your computer and use it in GitHub Desktop.
Build macvim with python3 support
export CC=clang
make clean
./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp --enable-perlinterp --enable-cscope --enable-python3interp
make
open src/MacVim/build/Release/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment