pip_yukselt
This commit is contained in:
parent
3c6fa072d9
commit
4c1f99476a
1 changed files with 3 additions and 0 deletions
3
bin/pip_yukselt
Executable file
3
bin/pip_yukselt
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
[ -f `type -p pip3` ] && pip3 install --upgrade pip
|
||||
[ -f `type -p pip2` ] && pip2 install --upgrade pip
|
Loading…
Add table
Reference in a new issue