Skip to content

Commit 46ef669

Browse files
committed
Remove deprecated python-pip in Ubuntu
1 parent 8de6b80 commit 46ef669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ function install_neovim {
216216
sudo add-apt-repository -y ppa:neovim-ppa/stable
217217
sudo apt-get -y update
218218
sudo apt-get -y install neovim
219-
sudo apt-get -y install python-dev python-pip python3-dev python3-pip
219+
sudo apt-get -y install python-dev python3-dev python3-pip
220220
ONLY_ALTUPD=1
221221
;;
222222
Debian*)

0 commit comments

Comments
 (0)