From 46ef6690dd66fdd8189f4f3c2ebc1293793e80e6 Mon Sep 17 00:00:00 2001 From: Dmitry Ilyin Date: Sun, 24 Mar 2024 10:21:57 +0300 Subject: [PATCH] Remove deprecated python-pip in Ubuntu --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ec51170..c05a1b0 100755 --- a/install.sh +++ b/install.sh @@ -216,7 +216,7 @@ function install_neovim { sudo add-apt-repository -y ppa:neovim-ppa/stable sudo apt-get -y update sudo apt-get -y install neovim - sudo apt-get -y install python-dev python-pip python3-dev python3-pip + sudo apt-get -y install python-dev python3-dev python3-pip ONLY_ALTUPD=1 ;; Debian*)