摘要: pip3升级以后,无法使用了: 下载get-pip文件:wget https://bootstrap.pypa.io/3/5/get-pip.py 查看本机是否有python3: 运行:python3 get-pip.py 现在可以继续使用pip3了(可能需要 先设置一个软连接) 阅读全文
posted @ 2021-02-02 14:21 frantzz 阅读(56) 评论(0) 推荐(0)
摘要: 配置IP后,/etc/init.d/networking restart 报错: stop:job failed while stop start:job is running networking 运行以下命令解决: ifdown --exclude=lo -a && ifup --exclude 阅读全文
posted @ 2021-02-02 14:03 frantzz 阅读(111) 评论(0) 推荐(0)