Skip to content

Instantly share code, notes, and snippets.

@yedamao
Created January 15, 2024 03:46
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 yedamao/93737e97fa9eec1297595adaeaa6f45c to your computer and use it in GitHub Desktop.
Save yedamao/93737e97fa9eec1297595adaeaa6f45c to your computer and use it in GitHub Desktop.
install vim 9 on centos7
wget https://codeload.github.com/vim/vim/tar.gz/refs/tags/v9.1.0029
tar -xvf v9.1.0029 && cd vim-9.1.0029
./configure --enable-python3interp=yes
make -j 8
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment