From d7be5bc98c63700df526998c6b89cb88fdd9f3ed Mon Sep 17 00:00:00 2001 From: Jie Feng Date: Sat, 6 May 2017 11:23:39 +0800 Subject: [PATCH] install essential libraries before building YouCompleteMe --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 9480145..76fbd35 100644 --- a/Rakefile +++ b/Rakefile @@ -73,7 +73,7 @@ end task :install_ycm do if want_to_install?('YouCompleteMe') run %{ - sudo apt install cmake -y + apt install cmake libpython2.7 python-dev -y cd $HOME/.vim/bundle/YouCompleteMe/ ./install.py }