python开发环境设置(windows)

python开发环境设置(windows)

1)  python2.7.3安装

www.python.org上下载python-2.7.6.amd64.msi软件,安装完成后设置path路径。控制面板->高级系统设置->高级->环境变量->新建用户变量,输入变量名path,变量值,确定,确定。

查看设置是否成功:cmd->python,有如下图输出,说明环境变量设置成功。

2) setuptools安装(python2.7.3)

下载setuptools-3.6.zip文件,从https://pypi.python.org/packages/source/s/setuptools/setuptools-3.6.zip#md5=985a92e582a288ebedb0aa9f5e9f6d0d上。

然后从setuptools-3.6.zip中将文件ez_setup.py拷贝到python目录下,执行命令Python ez_setup.py

进入到Python的Scripts目录下,可以查看easy_install-2.7.exe

再次在用户变量的path里添加setuotools的路径,与python的路径用分号隔开,如下图。

执行easy_install有如下图输出,说明安装成功。

3)安装django

C:\Users\192.168.9.85>easy_install  django

Searching for django

Readinghttps://pypi.python.org/simple/django/

Best match: Django 1.6.5

Downloading https://pypi.python.org/packages/source/D/Django/Django-1.6.5.tar.gz

#md5=e4c5b2d35ecb3807317713afa70a0c77

Processing Django-1.6.5.tar.gz

Writingc:\users\192168~1.85\appdata\local\temp\easy_install-euecnr\Django-1.6.5

\setup.cfg

Running Django-1.6.5\setup.py -qbdist_egg --dist-dir c:\users\192168~1.85\appda

ta\local\temp\easy_install-euecnr\Django-1.6.5\egg-dist-tmp-sqao5l

warning: no previously-included filesmatching ‘__pycache__‘ found under directo

ry ‘*‘

warning: no previously-included filesmatching ‘*.py[co]‘ found under directory

‘*‘

zip_safe flag not set; analyzingarchive contents...

django.conf.project_template.project_name.settings:module references __file__

django.contrib.admin.bin.compress:module references __file__

django.contrib.admindocs.views: modulereferences __file__

django.contrib.auth.tests.test_context_processors:module references __file__

django.contrib.auth.tests.test_forms:module references __file__

django.contrib.auth.tests.test_views:module references __file__

django.contrib.flatpages.tests.test_csrf:module references __file__

django.contrib.flatpages.tests.test_middleware:module references __file__

django.contrib.flatpages.tests.test_templatetags:module references __file__

django.contrib.flatpages.tests.test_views:module references __file__

django.contrib.formtools.tests.tests:module references __file__

django.contrib.formtools.tests.wizard.namedwizardtests.tests:module references

__file__

django.contrib.formtools.tests.wizard.wizardtests.tests:module references __fil

e__

django.contrib.gis.geometry.test_data:module references __file__

django.contrib.gis.tests.geo3d.tests:module references __file__

django.contrib.gis.tests.geogapp.tests:module references __file__

django.contrib.gis.tests.layermap.tests:module references __file__

django.contrib.sitemaps.tests.test_http:module references __file__

django.contrib.staticfiles.storage:module references __file__

django.core.management.sql: modulereferences __file__

django.core.management.templates:module references __path__

django.core.management.__init__:module references __path__

django.core.management.commands.makemessages:module references __file__

django.db.utils: module references__file__

django.db.models.loading: modulereferences __file__

django.db.models.loading: module references__path__

django.template.loaders.app_directories:module references __file__

django.test._doctest: modulereferences __file__

django.test._doctest: module MAY beusing inspect.getsourcefile

django.utils.autoreload: modulereferences __file__

django.utils.module_loading: modulereferences __path__

django.utils.six: module references__file__

django.utils.six: module references__path__

django.utils.version: modulereferences __file__

django.utils.translation.trans_real:module references __file__

django.utils.unittest.collector:module references __file__

django.utils.unittest.loader: modulereferences __file__

django.views.i18n: module references__file__

Adding django 1.6.5 toeasy-install.pth file

Installing django-admin.py script toC:\Python27\Scripts

Installedc:\python27\lib\site-packages\django-1.6.5-py2.7.egg

Processing dependencies for django

Finished processing dependencies fordjango

C:\Users\192.168.9.85>

python开发环境设置(windows),布布扣,bubuko.com

时间: 2024-10-08 20:50:21

python开发环境设置(windows)的相关文章

Eclipse和PyDev搭建完美Python开发环境(Windows篇)(转)

摘要:本文讲解了用Eclipse和PyDev搭建Python的开发环境. 十一长假在家闲着没事儿,准备花点时间学习一下Python. 今儿花了一个下午搭建Python的开发环境,不禁感叹————开源的东西就是麻烦啊··· 唉,可怜我们这些被微软宠坏了的开发人员··· 为什么不用别的IDE呢? IDLE是小打小闹用的,那个WingIDE是要钱的,而且用不惯.Eclipse+PyDev插件是最主流的Python开发环境了. 1.准备工作: 下载32位的JDK6 Java的开发包  我也不想装这玩意儿

Eclipse和PyDev搭建完美Python开发环境(Windows篇)

http://blog.163.com/jackie_howe/blog/static/199491347201282272155373/ 1.准备工作: 下载32位的JDK6 Java的开发包 我也不想装这玩意儿,但是Eclipse依赖他,没办法. 下载32位的Eclipse 下载Python 2.x 2.配置java环境 Java环境搭建 3.安装Eclipse和Python Eclipse是绿色软件,找个地方解压一下就OK了 Python的安装就更不用说了 4.给Eclipse安装PyDe

Eclipse和PyDev搭建Python开发环境(Windows篇)

1.准备工作: 下载32位的JDK7 Java的开发包 . 下载32位的Eclipse 下载Python 2.x 2.给Eclipse安装PyDev插件 网上都是介绍在线安装,不过还是下载版本对应的离线包安装更靠谱. 3.配置PyDev插件 在Window -> Preference -> PyDev -> Interpreter New一个Python解释器,填上解释器名字和路径,路径选相应的python.exe General->Editors->Text Editors

NotePad++配置python开发环境(windows)

一.安装python插件 1.插件->Plugin Manager->Show Plugin Manager, Available标签页, 2.搜索python,任意下载一个python插件,比如Python Script 二.配置运行python的菜单和快捷键 1. 打开Notepad++ ,点击菜单"运行(R)"-"运行(R)..." 2. 输入运行程序名,输入以下命令 cmd /k python "$(FULL_CURRENT_PATH)

【Python】Windows版本的Python开发环境的配置,Helloworld,Python中文问题,输入输出、条件、循环、数组、类

Python这东西似乎很有用的样子,但不知道为何一直火不起来, 有可能是因为这东西太难读~读作什么,派神.英语不好的人,第一眼看上去就懵了,还经常拼错,呵呵! 不过怎么说都好关键是要会. 一.Python开发环境的配置 1.首先打开Python的官网https://www.python.org/downloads/下载(点击打开链接)Python的开发环境.这东西是基础的基础,相当于JDK在Java的地位.值得注意的是,Python这小子又不老实了,又开始把自身的语法改到面目全非,在强推Pyth

【python安装】Windows上安装和创建python开发环境

1. 在 windows10 上安装python开发环境 Linux和Mac OS都自带python环境,但是Windows没有,需要自行安装. 第1步:访问 python官网,下载Windows平台下的安装包 地址:https://www.python.org/downloads/ 选择下载3.X的版本,我选择的是3.6.6的版本 双击下载完的文件python-3.6.6-amd64.exe,进入安装环节,按步骤完成安装.(我选的第一个Install Now默认安装.) 第2步:设置环境变量.

Windows搭建python开发环境,python入门到精通[一]

从大学开始玩python到现在参加工作,已经有5年了,现在的公司是一家.net的公司用到python的比较少,最近公司有新项目需要用到python,领导希望我来跟其他同事training,就有了这篇博客,打算将python的training弄成一个简易的python系列,供大家入门使用.Python语言自从20世纪90年代初诞生至今,它逐渐被广泛应用于处理系统管理任务和Web编程.今天就让我们来搭建一个python的开发环境,Windows搭建python开发环境.一切从"Hello world

Windows下Eclipse+PyDev安装Python开发环境

1.简介 Eclipse是一款基于Java的可扩展开发平台.其官方下载中包括J2EE方向版本.Java方向版本.C/C++方向版本.移动应用方向版本等诸多版本.除此之外,Eclipse还可以通过安装插件的方式进行诸如Python.Android.PHP等语言的开发. 本文将要介绍的就是使用Eclipse与PyDev插件,安装Python开发环境的方法,其中写本文的一个主要原因就是几天前在一台电脑上安装PyDev插件时遇到了一个之前没有遇到过的状况. 2.环境 OS:Windows XP 32bi

Windows下Eclipse+PyDev配置Python开发环境

1.简介 Eclipse是一款基于Java的可扩展开发平台.其官方下载中包括J2EE.Java.C/C++.Android等诸多版本.除此之外,Eclipse还可以通过安装插件的方式进行包括Python.PHP等语言的开发. 本文将要介绍的就是使用Eclipse与PyDev插件,配置Python开发环境的方法,记录此文以便下次遇到问题方便查找 2.环境 OS:Windows XP 32bitsPython:2.7.9Java:6u34 Win7 32.64位操作系统下述方法相同. 3.软件下载