1 Star 0 Fork 0

Soner/PyTest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Updata V3.py 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
lsp84ch83 提交于 2018-02-06 21:49 . 默认
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
@Author : Soner
@version :
@Time : 2017/11/3/0003 15:11
@license : Copyright(C), Your Company
'''
import pip
from subprocess import call
from time import sleep
for dist in pip.get_installed_distributions():
# 执行后,pip默认为Python3版本
# 双版本下需要更新Python2版本的包,使用py2运行,并将pip修改成pip2
call("pip install --upgrade " + dist.project_name, shell=True)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Soner/PyTest.git
[email protected]:Soner/PyTest.git
Soner
PyTest
PyTest
master

搜索帮助