1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-22 05:48:07 +01:00

Update setuptools

This commit is contained in:
2019-10-04 12:49:29 +02:00
parent d9b53a53ea
commit ba11bf47f9

View File

@@ -22,6 +22,7 @@ echo 'export EDITOR="vim"' | sudo tee -a /etc/profile.d/vim.sh
if $(pip list |grep -e rainbow -e remote-pdb|wc -l|grep -qv 2); then
sudo pip install pip --upgrade
sudo pip install remote_pdb rainbow
sudo pip install -U setuptools
fi
# 6. copy configuration for bash, git, tmux