Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save codewithrajranjan/3fdea73c4a7e6b9db76473c9385280d8 to your computer and use it in GitHub Desktop.
Save codewithrajranjan/3fdea73c4a7e6b9db76473c9385280d8 to your computer and use it in GitHub Desktop.
How to configure VIM with Python3 Support
./configure --with-features=huge \
--enable-multibyte \
--enable-python3interp=yes \
--with-python3-config-dir=/usr/bin/python3-config \
--enable-gui=gtk2 \
--enable-cscope \
--enable-fail-if-missing \
--prefix=/usr/local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment