在添加自由主机时需执行提供的一段shell脚本,需要安装Python2.7
但安装Python2.7一直失败,解决方案如下
安装 Python 3.10.4
Python3.10.4 安装教程 Centos系统
把Python 3.10.4 创建软链 为 Python
ln -s /usr/local/python3/bin/python3 /usr/local/bin/python
上传修改后的 production-install.sh脚本
自行解压
production-install.zip
原理:注释远程shell脚本中的检测Python版本函数
修改Shell命令
- 把执行远程的Shell 修改为 执行本地 (sh production-install.sh)
- 替换命令参数保持不变(需使用云效生成新的参数,不可使用下方参数)
#修改前命令
bash <(curl http://agent-install-default.oss-cn-hangzhou.aliyuncs.com/production-install.sh) 'http://devops.aliyuncs.com/api/getSnByRegion?regionId=bcxxxdd-4e587234fdb9&sign=xxxD&aliyunRegion=default×tamp=1659943738170&scope=flow' http://agent-install-default.oss-cn-hangzhou.aliyuncs.com/production-agent.tgz http://devops.aliyuncs.com/api/verifySnAndRegionId?sign=GadQslxxx3D%3D bcae3f19-9xxxb9 1659943738170 default'http://devops.aliyuncs.com/api/getSnByRegion?regionId=bcaexxxd-4e587234fdb9&sign=V3s4%2F4Jsgi3RnIFB8d9JXg%3D%3D&aliyunRegion=default×tamp=1659943738170&scope=flow' http://agent-install-default.oss-cn-hangzhou.aliyuncs.com/production-agent.tgz http://devops.aliyuncs.com/api/verifySnAndRegionId?sign=GadQsl40bgeCrJKvO3Udqw%3D%3D bcae3f1xxx 1659943738170 default
#修改后命令
sh production-install.sh 'http://devops.aliyuncs.com/api/getSnByRegion?regionId=bcxxxdd-4e587234fdb9&sign=xxxD&aliyunRegion=default×tamp=1659943738170&scope=flow' http://agent-install-default.oss-cn-hangzhou.aliyuncs.com/production-agent.tgz http://devops.aliyuncs.com/api/verifySnAndRegionId?sign=GadQslxxx3D%3D bcae3f19-9xxxb9 1659943738170 default'http://devops.aliyuncs.com/api/getSnByRegion?regionId=bcaexxxd-4e587234fdb9&sign=V3s4%2F4Jsgi3RnIFB8d9JXg%3D%3D&aliyunRegion=default×tamp=1659943738170&scope=flow' http://agent-install-default.oss-cn-hangzhou.aliyuncs.com/production-agent.tgz http://devops.aliyuncs.com/api/verifySnAndRegionId?sign=GadQsl40bgeCrJKvO3Udqw%3D%3D bcae3f1xxx 1659943738170 default
成功安装既主机添加成功
文章来源:https://www.toymoban.com/news/detail-527918.html
文章来源地址https://www.toymoban.com/news/detail-527918.html
到了这里,关于阿里云效Flow 添加自有主机安装Python2.7失败解决方案的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!