1818IP-服务器技术教程,云服务器评测推荐,服务器系统排错处理,环境搭建,攻击防护等

当前位置:首页 - Linux系统 - centos - 正文

君子好学,自强不息!

centos 6.5 安装 buildbot-slave 0.8.9

2023-02-25 | centos | admin | 6219°c
A+ A-

公司服务器多数都用的centos,这个是大环境,改不了,只好研究怎么安装buildbot-slave.

buildbot-master倒是没有问题,可控,自己弄了一个ubuntu14来玩。

  • gcc
  • python-dev

yum install gcc python-dev

centos 6 自带的python是2.6.6,暂时先看看就适用它吧。

pip install virtualenv

在root权限下把virtualenv给安装了,后面就可以到普通用户折腾去了。

useradd -m bot

su – bot

virtualenv env
source bin/active
pip install buildbot-slave==0.8.9

。。。。

Found existing installation: buildbot-slave 0.8.10
Uninstalling buildbot-slave-0.8.10:
Successfully uninstalled buildbot-slave-0.8.10
Running setup.py install for buildbot-slave
changing mode of build/scripts-2.6/buildslave from 664 to 775
/home/bot/envbot/lib/python2.6/site-packages/setuptools/command/egg_info.py:171: DeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
writer = ep.load(installer=installer)
changing mode of /home/bot/envbot/bin/buildslave to 775
Successfully installed buildbot-slave-0.8.9 twisted-14.0.2
(envbot)[bot@localhost envbot]$

搞定。

本文来源:1818IP

本文地址:https://www.1818ip.com/post/32816.html

免责声明:本文由用户上传,如有侵权请联系删除!

发表评论

必填

选填

选填

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。