Skip to content

Instantly share code, notes, and snippets.

@blue-bird1
Last active March 6, 2019 16:06
Embed
What would you like to do?
#!/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