milis/bin/pip_yukselt

4 lines
116 B
Plaintext
Raw Normal View History

2017-07-22 06:21:55 +02:00
#!/bin/bash
[ -f `type -p pip3` ] && pip3 install --upgrade pip
[ -f `type -p pip2` ] && pip2 install --upgrade pip