Skip to content

Instantly share code, notes, and snippets.

@fire9
Created December 24, 2017 16:32
Show Gist options
  • Save fire9/87b4583a1a6eb1ef85c5cb568e319847 to your computer and use it in GitHub Desktop.
Save fire9/87b4583a1a6eb1ef85c5cb568e319847 to your computer and use it in GitHub Desktop.
Vim install for ubuntu

Install vim for ubuntu

sudo apt-get install tig
sudo apt-get remove vim-tiny
apt-get update
apt-get install vim
add-apt-repository http://klen.github.io/python-mode/deb main
apt-get update
apt-get install vim-python-mode
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B5DF65307000E266
sudo apt-get install ctags
sudo apt-get install pep8 pyflakes pylint
sudo pip install rope ropevim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment