Linux [2]

ubuntu18.04 安装 python3.8

ubuntu18.04 默认支持的 python3 的版本为 python3.6.9,可通过官方仓库安装的版本有 python3.7.x,python3.8.x 安装 python3.8 添加官方仓库 sudo add-apt-repository ppa:deadsnakes/ppa sudo a

Supervisor配置详解

Supervisor配置详解 supervisord.conf后台进程配置 这里通常保持默认即可 子进程(被supervisor所管理的进程)配置 program组 [program: xxxx] 配置要