摘要: tar 1. 使用tar压缩文件 tar -zcvf test.tar.gz ./test/ 该命令a56爆大奖在线娱乐压缩当前文件夹下的文件夹test,压缩后缀名为test.tar.gz 如果不需要压缩成gz,只需要后缀为tar格式的,那么输入如下命令: tar -cvf test.tar ./test/ 2.  阅读全文
posted @ 2022-06-30 17:07 平行时空的旅者 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 在使用pip进行软件包安装的时候出现问题: WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. 解决: mkdir -p 阅读全文
posted @ 2022-06-30 11:54 平行时空的旅者 阅读(363) 评论(0) 推荐(0) 编辑