1 Star 0 Fork 0

liuqiang123456789/dps

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
update_ez_setup.sh 238 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eric Crawford 提交于 2017-04-10 14:25 . First real commit.
#!/usr/bin/env bash
# update_ez_setup.sh: Replace the current ez_setup.py with the most recent one
if hash wget 2>/dev/null; then
wget -N https://bootstrap.pypa.io/ez_setup.py
else
curl -O https://bootstrap.pypa.io/ez_setup.py
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuqiang123456789/dps.git
git@gitee.com:liuqiang123456789/dps.git
liuqiang123456789
dps
dps
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385