[Raspberry][Python] Command Record

[Raspberry][Python] Command Record,第1张

安装npm

curl -sL https://deb.nodesource.com/setup_12.x | sudo bash -
sudo apt-get install -y nodejs gcc g++ make python
node -v
sudo npm i -g npm

查看网络端口号,杀死对应进程
//提示[Errno 98] Address already in use

netstat -nlp | grep :端口号
ps -fA | grep python
kill -9 pid

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/langs/869960.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-13
下一篇2022-05-13

发表评论

登录后才能评论

评论列表(0条)

    保存