Skip to content

Instantly share code, notes, and snippets.

View ichihara-3's full-sized avatar
🏠
Working from home

Kotaro Ichihara ichihara-3

🏠
Working from home
View GitHub Profile
@ichihara-3
ichihara-3 / gist:e96df95c5570119559fe6212d15bfa0b
Last active July 3, 2018 11:38
Install Vim 8 with Python, Python 3, Ruby and Lua support on Ubuntu 16.04 in ec2
sudo apt-get remove --purge vim vim-runtime vim-gnome vim-tiny vim-gui-common
sudo apt-get install liblua5.1-dev luajit libluajit-5.1 python-dev ruby-dev libperl-dev libncurses5-dev libatk1.0-dev libx11-dev libxpm-dev libxt-dev
sudo apt install python2.7
sudo apt install ruby
sudo apt install libpython3.5-dev
#Optional: so vim can be uninstalled again via `dpkg -r vim`
sudo apt-get install checkinstall