- 安装Python 2.7.3
下载http://python/ftp/python/2.7.3/python-2.7.3.amd64.msi
安装到 D:\Python\python27 目录下面
设置 d:\Python\python27 和 D:\Python\Python27\Scripts 到环境变量Path中
- 安装Setuptools
下载http://peak.telecommunity/dist/ez_setup.py 到 D:\Python
安装,进入命令行
d:\Python>python ez_setup.py
- 安装 pip
下载https://bootstrap.pypa.io/get-pip.py 到 D:\Python - 安装 ,进入命令行
d:\Python>python get-pip.py
You're using an outdated location for the get-pip.py script, please use the one available from https://bootstrap.pypa.io/get-pip.py
- 安装 virtualenv
由于已经安装了pip,我们就可以直接在命令行下用pip install virtualenv进行安装了。
安装,进入命令行
d:\Python>pip install virtualenv
Windows 7 安装64位 Python 2.7.3 开发环境
与本文相关的文章
- Jenkins在Windows节点中执行构建脚本卡住的解决方案记录
- windows 10 双系统删除ubuntu系统分区,导致grub rescue错误
- windows server 系统下邮件系统搭建
- 通过Windows进程ID获取窗口句柄
- jenkins自动构建批处理命令-windows
- windows安全加固
- windows环境下,解决无法使用ping命令
- windows+Ubuntu 双系统的引导修复问题
- windows关闭端口命令cmd
- windows中为终端设置代理
- 手把手教学:IntelliJ IDEA 2024 Windows版下载安装与插件配置指南
- 提升Windows 7 64位系统安全与稳定性的必备补丁推荐
- 如何重装windows系统
- Windows 7错误恢复一直循环怎么办?
- 苹果切换windows系统
- 【7000字超详细笔记】在使用M系列芯片的Mac上搭建合理的python开发环境
- windows - win11永久关闭更新、延迟十年更新、随时继续更新
- 解决windows中安装VMware后宿主机wifi网卡无法正常使用的问题
- windows配置开机自启动软件或脚本
- Windows系统设置开机默认开启数字小键盘
评论列表(0)
- 暂无评论