Explorar el Código

add: pip update as user

micha hace 2 años
padre
commit
168761ce74
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      install.sh

+ 6 - 0
install.sh

@@ -37,6 +37,12 @@ apt install -y $pkg
 #exit
 
 
+echo ""
+echo "-- update pip"
+su -- user <<EOF
+id
+pip install pip --upgrade
+EOF
 
 echo ""
 echo "-- python-pip pkg's"