Install python-pip

This commit is contained in:
Thomas Avé 2023-05-08 17:19:04 +02:00
parent 9141d0ef5f
commit d3055879a7
1 changed files with 1 additions and 1 deletions

View File

@ -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