Last active
August 22, 2022 05:55
-
-
Save codewithrajranjan/3fdea73c4a7e6b9db76473c9385280d8 to your computer and use it in GitHub Desktop.
How to configure VIM with Python3 Support
This file contains hidden or 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
./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