网站开发一般黄了,钓鱼网站怎么做防护教程,哈尔滨最新通告,安徽网新科技有限公司网站开发nvm
用于管理不同版本node
node版本管理工具
nvm install 18 #安装
nvm uninstall 18 #卸载
nvm use 18 #使用
nvm ls #查看当前有的node版本
nvm ls-remote #列出所有可用的node版本pyenv
在linux中管理多版本 python 常用命令#xff1a; pyenv install 3.8.…nvm
用于管理不同版本node
node版本管理工具
nvm install 18 #安装
nvm uninstall 18 #卸载
nvm use 18 #使用
nvm ls #查看当前有的node版本
nvm ls-remote #列出所有可用的node版本pyenv
在linux中管理多版本 python 常用命令 pyenv install 3.8.12 pyenv global 3.8.12 pyenv local 3.8.12 pyenv versions
supervisor
linux中管理进程
1.安装
apt install supervisor
#启动
systemctl start supervisor
# 开机自启
systemctl enable supervisor
# 查看状态
systemctl status supervisor
#修改完配置文件
supervisorctl reread
supervisorctl update
supervisorctl restart all在配置好后启动可能会遇到用户组不对或制定了用户组后依然找不到对应的pip包可以在配置文件中使用python3命令时带上完整路径