Skip to content

Instantly share code, notes, and snippets.

@sh1r0
sh1r0 / gist:aaefdfa73f72fc81efb8694bf1f6ff67
Last active January 5, 2021 08:01
Install Vim 8 with Python, Python 3, Ruby and Lua support on Ubuntu 14.04
sudo apt-get remove --purge vim vim-runtime vim-gnome vim-tiny vim-gui-common
sudo apt-get install python-dev ruby-dev libperl-dev libncurses5-dev libatk1.0-dev libx11-dev libxpm-dev libxt-dev
#Optional: so vim can be uninstalled again via `dpkg -r vim`
sudo apt-get install checkinstall
sudo rm -rf /usr/local/share/vim /usr/bin/vim
cd ~