vimcompile
This is an old revision of the document!
How to compile vim with python3 enabled
sudo apt install -y python3-distutils python3-dev sudo apt install libncurses-dev mkdir ~/src cd ~/src git clone https://github.com/vim/vim.git cd vim/src ./configure --enable-python3interp \ --with-python3-config-dir=/usr/lib/python3.11/config-* \ --with-python3-command=/usr/bin/python3 \ --without-x make sudo make install /usr/local/bin/vim --version
vimcompile.1721844933.txt.gz · Last modified: 2024/07/24 18:15 by karcio