博客
关于我
Windows批处理自动检测、安装Python
阅读量:292 次
发布时间:2019-03-01

本文共 1132 字,大约阅读时间需要 3 分钟。

Python3.7????????

???????????Python3.7????????????????????????????????

1. ???????

???????????Python?????????????

1.1 ???????????????Python?????

reg query "hklm\software\Python\pythoncore\3.7"

????????????????????Python???????????Python3.7??????????????????????????

1.2 ??Python????????

python -3.7 --version

???????Python??????????????????????Python?????????

2. ??????

??????????????????????????????Python?????????????????????????Python????

3. ??????

??????????

  • ????????????????????
  • ?????Python???????????

4. ??????

4.1 ??????

echo ???????reg query "hklm\software\Python\pythoncore\3.7" >nul 2>nul

???????Python3.7??????????????????????????????

4.2 ????

echo ??????Python??????python-3.7.6-amd64.exe /quiet

????????????????????

4.3 ??????

echo ????Python?python-3.7.6-amd64.exe /quiet /uninstall

????????????Python3.7???

4.4 ????

echo ????Python??????python-3.7.6-amd64.exe /quiet InstallAllUsers=1 PrependPath=1

?????????????????????

5. ????

??????????????????

  • ??Python??????
  • ??Pip???????
  • ????????????????????????

    6. ????

  • ?????????????????????????????
  • ???????Windows?????
  • ???????Python????????????????????
  • ?????????????????????????

    转载地址:http://yjmx.baihongyu.com/

    你可能感兴趣的文章
    Oracle 比较 B-tree 和 Bitmap 索引
    查看>>
    Oracle 注意点大全
    查看>>
    UML- 组件图(构件图)
    查看>>
    oracle 用户与锁
    查看>>
    oracle 由32位迁移到64位的问题
    查看>>
    oracle 监听器的工作原理
    查看>>
    oracle 行列转换
    查看>>
    oracle 行转列
    查看>>
    Oracle 表
    查看>>
    oracle 课堂笔记
    查看>>
    Oracle 返回结果集的 存储过程
    查看>>
    Oracle 递归
    查看>>
    Oracle 递归函数与拼接
    查看>>
    oracle 逻辑优化,提升高度,综合SQL上下文进行逻辑优化
    查看>>
    oracle 闪回关闭,关闭闪回即disable flashback的操作步骤
    查看>>
    oracle 限制用户并行,insert /*parallel */ 到不同用户,并行起不来的问题
    查看>>
    oracle--用户,权限,角色的管理
    查看>>
    Oracle-定时任务-JOB
    查看>>
    oracle.dataaccess 连接池,asp.net使用Oracle.DataAccess.dll连接Oracle
    查看>>
    oracle00205报错,Oracle控制文件损坏报错场景
    查看>>