摘要: # 不带版本号 python -c "import pkg_resources, sys; [print(d.project_name) for d in pkg_resources.working_set]" # 带版本号 python -c "import pkg_resources, sys, 阅读全文
posted @ 2025-09-08 20:26 冷夜O 阅读(11) 评论(0) 推荐(0)