// wget wget https://dl.google.com/go/go1.14.12.linux-amd64.tar.gz tar zxvf go1.14.12.linux-amd64.tar.gz // go相关 rm go.mod go.sum go mod init ./build.sh ./output/bootstrap.sh // go配置属性相关 vim ~/.bashrc source ~/.bashrc //执行python 使用 runtime的python 解释器 去 执行 bootstrap.py 使用 runtime的python 解释器 去 执行 run.py 脚本 // 端口占用 lsof -i :9766 // redis 命令行 redis-cli -h IP -p 端口