Install python-pip
This commit is contained in:
parent
9141d0ef5f
commit
d3055879a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue