From ba11bf47f95c82e48c0de9bce05eba8b97307564 Mon Sep 17 00:00:00 2001 From: gryf Date: Fri, 4 Oct 2019 12:49:29 +0200 Subject: [PATCH] Update setuptools --- bootstrap_centos7.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap_centos7.sh b/bootstrap_centos7.sh index e0d975f..66cc9f8 100755 --- a/bootstrap_centos7.sh +++ b/bootstrap_centos7.sh @@ -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