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

    你可能感兴趣的文章
    Node.js 历史
    查看>>
    Node.js 在个推的微服务实践:基于容器的一站式命令行工具链
    查看>>
    Node.js 实现类似于.php,.jsp的服务器页面技术,自动路由
    查看>>
    node.js 怎么新建一个站点端口
    查看>>
    Node.js 文件系统的各种用法和常见场景
    查看>>
    node.js 简易聊天室
    查看>>
    node.js 配置首页打开页面
    查看>>
    node.js+react写的一个登录注册 demo测试
    查看>>
    Node.js中环境变量process.env详解
    查看>>
    Node.js卸载超详细步骤(附图文讲解)
    查看>>
    Node.js安装与配置指南:轻松启航您的JavaScript服务器之旅
    查看>>
    Node.js安装及环境配置之Windows篇
    查看>>
    Node.js安装和入门 - 2行代码让你能够启动一个Server
    查看>>
    node.js安装方法
    查看>>
    Node.js的循环与异步问题
    查看>>
    Node.js高级编程:用Javascript构建可伸缩应用(1)1.1 介绍和安装-安装Node
    查看>>
    NodeJS @kubernetes/client-node连接到kubernetes集群的方法
    查看>>
    Nodejs express 获取url参数,post参数的三种方式
    查看>>
    nodejs http小爬虫
    查看>>
    nodejs libararies
    查看>>