国内最全IT社区平台 联系我们 | 收藏本站
华晨云阿里云优惠2
您当前位置:首页 > 互联网 > yum-axelget setup in centos 6.x

yum-axelget setup in centos 6.x

来源:程序员人生   发布时间:2015-05-25 09:09:34 阅读次数:3155次

1. https://github.com/crook/yum-axelget/releases

download the latest version

tar -zxvf filename

cd filename

python setup.py install


2. problems?

no module named setuptools? get it and install it

https://pypi.python.org/pypi/setuptools#unix-wget

curl https://bootstrap.pypa.io/ez_setup.py -o - | python
setuptools-x.x$ python setup.py install --prefix=/opt/setuptools

3. run python setup.py install again

生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠
程序员人生
------分隔线----------------------------
分享到:
------分隔线----------------------------
关闭
程序员人生