From d3055879a74268c76cd1b7f782408e4e36386aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Mon, 8 May 2023 17:19:04 +0200 Subject: [PATCH] Install python-pip --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1061972..c7641a7 100755 --- a/install.sh +++ b/install.sh @@ -40,7 +40,7 @@ if $NVIM; then apt install -y software-properties-common add-apt-repository ppa:neovim-ppa/unstable -y apt update - apt install -y $dependencies + apt install -y $dependencies python-venv fi ln -s $PWD/nvim $XDG_CONFIG_HOME/nvim