首页 > 编程语言 >python的安装

python的安装

时间:2023-07-10 16:47:09浏览次数:42  
标签:python windows 点击 64 安装 3.8

一、python的下载和安装

官网:https://www.python.org/
image
我的电脑是windows,点击windows.根据自己的电脑安装不同的版本
image
有不同的版本,不建议安装最新版
推荐3.8.6和3.8.8
image
根据自己的电脑安装32位或64位,64位可安装32位的软件。
下载好之后,双击安装包
image
勾选Add Python 3.8 to PATH
点击Customize installation
Choose location and features
自定义安装。
image
需要勾选pip
点击NEXT,记得更换安装位置。

标签:python,windows,点击,64,安装,3.8
From: https://www.cnblogs.com/zx-demo/p/17539320.html

相关文章

  • Anaconda环境下使用pip install selenium安装失败的解决办法
    背景:在Anaconda环境下执行pipinstallselenium,一直报timeout错误 解决方法:python-mpipinstallselenium 参考资料:https://blog.csdn.net/qq_45538469/article/details/113872262TRANSLATEwithxEnglishArabicHebrewPolishBulgarianHindiP......
  • python图片去重复算法
    importosfromimagededup.methodsimportPHash#pipinstallimagededupphasher=PHash()defprocess_file(img_path):#生成图像目录中所有图像的二值hash编码encodings=phasher.encode_images(image_dir=img_path)duplicates=phasher.find_duplica......
  • 如何安装 Arch Linux 操作系统?
    ArchLinuxInstall安装到使用Arch说明前面或多或少已经接触过Debian系列和RedHat系列相关Linux发行版,对于虚拟化软件VirtualBox如何创建虚拟机和加载ISO启动盘就不过多赘述。除非你从未使用过VirtualBox或者其他虚拟化软件。Live环境推荐资料:官方指南......
  • 解决npm安装electron总卡住
    前言也是久闻Electron大名,而且新版QQ最近也用Electron改写了。正好最近想写一个图形化的程序,无奈安装的时候老是卡住。还好网上早就有人遇到了跟我一样的问题,也给出了方案。正文转自:https://zhuanlan.zhihu.com/p/562217675总述解决办法先运行npminstall-gcnpm--registr......
  • Python 实现 ThreadLocal
    importthreadingfromthreadingimportget_identimporttimeclassContext:def__init__(self):object.__setattr__(self,'__global_context__',dict())object.__setattr__(self,'__get_ident__',get_ident)def......
  • Deepin安装jdk1.8
    一、部署环境jdk:Orcal登录下载jdk-8u371-linux-x64.tar.gzLinux操作系统:Deepin20二、命令安装1.建立文件夹sudomkdir/usr/lib/jdk/2.在下载目录下解压jdk至创建的文件夹sudotarxvfjdk-8u281-linux-x64.tar.gz-C/usr/lib/jdk/ps:tar–xvffile.tar-C需要解压到......
  • python 执行超时装饰器
    代码:importsignalclassTimeoutError(Exception):passdeftimeout(seconds=10,error_message='Timeout'):defdecorator(func):defwrapper(*args,**kwargs):def_handle_timeout(signum,frame):raiseTi......
  • Arch Linux 安装完成后配置声音
    安装完ArchLinux后,虽然已经装了 alsa-utils,但是仍然可能出现无法播放声音的情况,这里记录了一种解决方案,在我的Dell上成功。如果使用alsamixer解除静音后还是无法播放声音尝试:1amixerssetMasterunmute如果出现error:amixer:Unabletofindsimpleco......
  • Python的日志
    Python的日志,看上去啰啰嗦嗦的。请大神写了个通俗易懂简单方便通用的日志:importlogging#配置日志记录级别和输出方式logging.basicConfig(level=logging.DEBUG,filename='mylog.log',filemode='w',format='%(asctime)s-%(levelname)s-%(message)s')deflog_exceptio......
  • 西门子免授权CNC数控系统数据采集c#、C、python都支持,可支持再各种操作系统上运行,无须
    西门子数控系统数据采集方案(无需OPC授权方案)西门子数控系统4.5版本及以上集成了工业协议OPCUA,用户可通过OPCUA协议进行设备的数据采集,但是需要西门子授权,而且仅支持828d,828dsl,840dsl本协议可通过原生TCP数据包和数控系统进行通讯,支持各种类型开发语言和操作平台。  西门......