摘要: #!/usr/bin/env python3 # -*- coding: utf-8 -*- import pip from pip._internal.utils.misc import get_installed_distributions from subprocess import call for dist in get_installed_distributions(): print( 阅读全文
posted @ 2019-10-18 21:58 ZhehongWang 阅读(401) 评论(0) 推荐(0) 编辑