博客
关于我
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/

    你可能感兴趣的文章
    nodejs 读取xlsx文件内容
    查看>>
    nodejs 运行CMD命令
    查看>>
    Nodejs+Express+Mysql实现简单用户管理增删改查
    查看>>
    nodejs+nginx获取真实ip
    查看>>
    nodejs-mime类型
    查看>>
    NodeJs——(11)控制权转移next
    查看>>
    NodeJS、NPM安装配置步骤(windows版本)
    查看>>
    NodeJS、NPM安装配置步骤(windows版本)
    查看>>
    nodejs与javascript中的aes加密
    查看>>
    nodejs中Express 路由统一设置缓存的小技巧
    查看>>
    nodejs中express的使用
    查看>>
    Nodejs中的fs模块的使用
    查看>>
    NodeJS使用淘宝npm镜像站的各种姿势
    查看>>
    nodejs包管理工具对比:npm、Yarn、cnpm、npx
    查看>>
    NodeJs单元测试之 API性能测试
    查看>>
    nodejs图片转换字节保存
    查看>>
    nodejs在Liunx上的部署生产方式-PM2
    查看>>
    nodejs字符与字节之间的转换
    查看>>
    NodeJs学习笔记001--npm换源
    查看>>
    NodeJs学习笔记002--npm常用命令详解
    查看>>