Last active
April 24, 2020 18:06
-
-
Save leonardehrenfried/1152621 to your computer and use it in GitHub Desktop.
Build macvim with python3 support
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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