Skip to content

Instantly share code, notes, and snippets.

@juliquiron
Created August 28, 2019 08:03
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 juliquiron/637c9c34ebe5aa69dd978e4c7303b673 to your computer and use it in GitHub Desktop.
Save juliquiron/637c9c34ebe5aa69dd978e4c7303b673 to your computer and use it in GitHub Desktop.
Compiling vim with python3 support
./configure --with-python3-config-dir=/usr/lib/python3.8/config-3.8m-x86_64-linux-gnu/ --enable-python3interp --enable-fail-if-missing --without-x --with-python3-command=python3.8
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment