Skip to content

Instantly share code, notes, and snippets.

@blue-bird1
Last active March 6, 2019 16:06
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 blue-bird1/318631ddefa08e2d719adb028ca2b018 to your computer and use it in GitHub Desktop.
Save blue-bird1/318631ddefa08e2d719adb028ca2b018 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
git clone https://github.com/vim/vim && cd vim
./configure --prefix /opt/vim --with-features=huge --with-python3-config-dir=/opt/python3/lib/python3.8/config-3.8m-x86_64-linux-gnu/ --enable-pythoninterp --enable-python3interp vi_cv_path_python3=/opt/python3/bin/python3.8
make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment