pip_yukselt

This commit is contained in:
milisbir 2017-07-22 07:21:55 +03:00
parent 3c6fa072d9
commit 4c1f99476a
1 changed files with 3 additions and 0 deletions

3
bin/pip_yukselt Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
[ -f `type -p pip3` ] && pip3 install --upgrade pip
[ -f `type -p pip2` ] && pip2 install --upgrade pip