xp 系统 安装 python 2.7 ide pip

1 下载python
http://www.python.org/ftp/python/

python-2.7.2.msi

安装完需要设置环境变量

2 下载 setuptools

setuptools-0.6c11.win32-py2.7.exe
https://pypi.tuna.tsinghua.edu.cn/simple/setuptools/

3 下载 pip ,python 2.7 最高支持 pip 20.3.4
https://pypi.org/project/pip/20.3.4/#files

解压后进入目录,执行

python 复制代码
python setup.py install

4 设置 pip 源 代理

On Windows XP the file is: C:\Documents and Settings\All Users\Application Data\pip\pip.ini
https://pradyunsg-pip.readthedocs.io/en/docs-reorganize/user_guide/#using-a-proxy-server

5.编辑器 pycharm 社区版

pycharm-community-2016.1.5.exe
https://www.jetbrains.com/pycharm/download/other.html

参考
https://blog.csdn.net/shanxishiwenli/article/details/8484371
https://blog.csdn.net/qq_41627235/article/details/124124849

相关推荐
金銀銅鐵2 小时前
用 Python 实现 Take-Away 游戏
python·游戏
copyer_xyf3 小时前
Agent 流程编排
后端·python·agent
copyer_xyf3 小时前
Agent RAG
后端·python·agent
copyer_xyf3 小时前
【RAG】向量数据库:milvus
后端·python·agent
copyer_xyf3 小时前
Agent 记忆管理
后端·python·agent
星云穿梭18 小时前
用Python写一个带图形界面的学生管理系统——完整教程
python
金銀銅鐵19 小时前
用 Pygame 实现 15 puzzle
python·数学·游戏
黄忠1 天前
大模型之LangGraph技术体系
python·llm
hboot2 天前
AI工程师第二课 - 数据处理
人工智能·python·数据分析
用户8356290780512 天前
使用 Python 自动化 PowerPoint 形状布局与格式设置
后端·python