摘要: 网络配置文件 在 /etc/network/interface auto eth0 iface eth0 inet static address x.x.x.x netmask 255.255.255.0 gateway x.x.x.x 设置DNS /etc/systemd/resolve.conf 阅读全文
posted @ 2019-04-14 21:50 零下三度-3°C 阅读(246) 评论(0) 推荐(0)
摘要: 使用pip命令安装 pip -h 查看pip使用帮助 pip install <第3方库名> pip install -U <第3方库名> 对已安装的第三方库更新 pip uninstall <第三方库名> 卸载第三方库 pip download <第3方库名> 只下载不安装 pip show <第 阅读全文
posted @ 2019-04-14 16:55 零下三度-3°C 阅读(190) 评论(0) 推荐(0)