博客
关于我
Win10 安装Python和pip
阅读量:183 次
发布时间:2019-02-28

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

以Python 2.7为例,其他的版本也是相同的方法


下载

打开链接

选择这个


安装

运行

一路Next之后来到这个界面

注意这个选项

作如下修改,选择Entire feature will be installed on local hard drive

然后pip选项这里也做出如下选择


添加环境变量

好了,接下来打开C盘,看到有python27的文件夹

打开这个文件夹,然后选中当前的目录

接下来右键我的电脑,选择属性

点击高级系统设置,选择环境变量

选择系统变量里的“新建”

变量名就叫Python(当然也可以自取),变量值就是刚刚复制的目录


检测是否安装成功

接下来可以检验python是否安装成功

windows+R

输入where python

至此python安装完成

当然可以用同样的方法查看pip是否安装完成

你可能感兴趣的文章
NO 157 去掉禅道访问地址中的zentao
查看>>
no available service ‘default‘ found, please make sure registry config corre seata
查看>>
No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
查看>>
no connection could be made because the target machine actively refused it.问题解决
查看>>
No Datastore Session bound to thread, and configuration does not allow creation of non-transactional
查看>>
No fallbackFactory instance of type class com.ruoyi---SpringCloud Alibaba_若依微服务框架改造---工作笔记005
查看>>
No Feign Client for loadBalancing defined. Did you forget to include spring-cloud-starter-loadbalanc
查看>>
No mapping found for HTTP request with URI [/...] in DispatcherServlet with name ...的解决方法
查看>>
No mapping found for HTTP request with URI [/logout.do] in DispatcherServlet with name 'springmvc'
查看>>
No module named 'crispy_forms'等使用pycharm开发
查看>>
No module named 'pandads'
查看>>
No module named cv2
查看>>
No module named tensorboard.main在安装tensorboardX的时候遇到的问题
查看>>
No module named ‘MySQLdb‘错误解决No module named ‘MySQLdb‘错误解决
查看>>
No new migrations found. Your system is up-to-date.
查看>>
No qualifying bean of type XXX found for dependency XXX.
查看>>
No qualifying bean of type ‘com.netflix.discovery.AbstractDiscoveryClientOptionalArgs<?>‘ available
查看>>
No resource identifier found for attribute 'srcCompat' in package的解决办法
查看>>
no session found for current thread
查看>>
No static resource favicon.ico.
查看>>