好久没用Win,都忘了,写个记录下~

注: windows下利用 dir 指令代替了ls 指令

 

1)下载 python

https://www.python.org/downloads/

 

2)安装,找到python文件 加入环境变量 中:

windows 安装Python 和pip

 

3)打开cmd 输入python ,测试是否系统环境改变

4)下载PIP 管理器

    1,先下载setuptools  ,Window没有带

             https://pypi.org/project/setuptools/#files

    2. 将其和python文件解压到一起(为了整洁)

            windows 安装Python 和pip

   3.cmd进到 文件夹下 ,利用python指令安装

windows 安装Python 和pip

 

   4. 下载pip

https://pypi.python.org/pypi/pip#downloads 

    5.  雷同上文

    6.windows 安装Python 和pip

   7. 将pip 加入环境变量中,即将Script文件加入环境变量

windows 安装Python 和pip

       

相关文章:

  • 2021-12-03
  • 2021-11-05
  • 2021-05-18
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2021-10-29
猜你喜欢
  • 2021-07-31
  • 2021-06-27
  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
相关资源
相似解决方案