Skip to content

Commit e9b9337

Browse files
committed
fix pip need sudo
1 parent 9eff9be commit e9b9337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-plugins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function init {
1717
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
1818
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
1919

20-
pip install flake8 # for vim-flake8
20+
sudo pip install flake8 # for vim-flake8
2121

2222
install
2323

0 commit comments

Comments
 (0)