Skip to content

Instantly share code, notes, and snippets.

@MikimotoH
Created September 21, 2015 06:47
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 MikimotoH/0a97af90a14d719992d1 to your computer and use it in GitHub Desktop.
Save MikimotoH/0a97af90a14d719992d1 to your computer and use it in GitHub Desktop.
vim support python3
# python3-config --configdir
./configure --with-features=huge --enable-multibyte --enable-python3interp --with-python3-config-dir=/usr/lib/python3.4/config-3.4m-x86_64-linux-gnu --enable-rubyinterp --enable-perlinterp --enable-luainterp --enable-cscope --enable-gui=gtk2 --prefix=/usr
make -j4 VIMRUNTIMEDIR=/usr/share/vim/vim74
make clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment