在Centos7使用supervisor
在Centos7使用supervisor置顶:推荐使用pip install supervisor安装最新版supervisor,yum install supervisor最高版本3.1.4,有很多bug 名称解释supervisor:要安装的软件的名称。supervisord:装好supervisor软件后,supervisord用于启动supervisor服务。supervisorctl:用于管理supervisor配置文件中program。 Centos7 Python3.7安装最新版supervisorCentos7 通过编译安装的Python3.7 pip37 安装supervisor最新版。pyhton3支持日志中文,python3配合最新版supervisor,bug最少,体验最佳。 12345678➜ ~ pip37 install supervisor ...
在Centos7安装python3、配置zsh、虚拟环境
安装python3参考:https://www.yuzhi100.com/tutorial/centos/centos-anzhuang-python36CentOS7系统自带的Python版本是Python2.7,如需使用Python3.6,需要自行安装Python3.6。 (1)安装IUS软件源1234#安装EPEL依赖sudo yum install epel-release#安装IUS软件源sudo yum install https://centos7.iuscommunity.org/ius-release.rpm (2)安装Python3.61sudo yum install python36u 安装Python3完成后的shell命令为python3.6,为了使用方便,创建一个到python3的符号链接 123# rm /bin/python # 删除默认的python2# sudo ln -s /bin/python3.6 /bin/pythonsudo ln -s /bin/python3.6 /bin/python3 (3)安装pip3安装完成python...
生产环境CentOs7安装docker记实
生产环境CentOs7安装docker记实记录下,下次直接C、V使用 前置检查12345[root@web-95-61 /]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) [root@web-95-61 /]# uname -a Linux web-95-61 3.10.0-862.el7.x86_64 #1 S...