#!/bin/bash
PYENVDIR=~/.pyenv/
cd $PYENVDIR/plugins/python-build/share/python-build
parse1() {
for i in *;do [ -d "$i" ]&&continue
cat $i|grep install_package
done|xargs -n 1 |grep -e http:// -e https:// |sort
}
for i in $(parse1);do t=${i%\#*};t=${t#src=};echo $t;done
沒有留言:
張貼留言