- 安装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 开发环境
与本文相关的文章
- 虚拟机和windows系统共享文件夹(互传文件)
- Windows 服务器刷题(带答案)
- 如何在Windows命令行中使用Net Use命令?
- C# Windows 7任务栏开发之图标闪动(Flash)
- Windows 7,Windows Server 2008 MSDTC配置
- 在Windows7环境下使用GIT BASH免输入密码
- 【Windows】查看.Net Framework版本
- QT SDK 连接 MySql (windows 7 )
- Windows 7使用VMware虚拟机的NAT不能上网的解决办法
- windows下使用thrift编译+示例+详解解决坑
- Windows下编译glib库的新方法
- 在Windows 7上安装Microsoft Loopback Adapter(微软环回网卡)
- Windows 10 Windows聚焦不更新解决办法
- php php7配置mongodb扩展 windows方法
- 64bit windows 7 VMWare+ 64bitUbuntu12.04 uboot ,kernel,android编译环境搭建教程
- Poechant 快速安装配置教程:Windows 7下Apache+MySQL+PHP开发环境
- sql server 2005 在 windows 7 下的安装
- 在Windows上运行Freesurfer的简易方法(基于WSL2)
- 基于windows server 2003的FTP文件服务器的搭建
- Windows环境配置Nginx开机启动
评论列表(0)
- 暂无评论