User Tools

Site Tools


python:installide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
python:installide [2014/12/24 10:42] – external edit 127.0.0.1python:installide [2019/06/04 08:24] (current) – removed rlunaro
Line 1: Line 1:
-====== Install a Python IDE in Windows ====== 
- 
-===== Install python for windows ===== 
- 
-Go to [[http://www.python.org/]] and download a version of python compatible with your version of windows (32 bit or 64 bit).  
- 
-In my case, I choose to download version 2.7.3, the direct access for this is [[http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi]]. As up october 8th. 
- 
-===== Download and install Java ===== 
- 
- 
- 
-===== Download Eclipse ===== 
- 
-Point your browser to [[http://www.eclipse.org/]] and download the version called "Eclipse IDE for Java EE Developers" (the first option).  
- 
-The direct link for this (at this moment, 08/10) is this: [[http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/juno/SR1/eclipse-jee-juno-SR1-win32.zip]] 
- 
- 
-===== Install eclipse ===== 
- 
-  - Extract all the zip contents of eclipse 
-  - Move (if you consider apropriate) the uncompressed folder to a proper location (c:\program files can be an excelent place) 
-  - Create (if you consider apropiate) a shortcut to the "eclipse.exe" file and that's it 
-  - Check out that it works executing eclipse 
- 
-__If it doesn't work__, you may instruct eclipse to take the JRE (Java Runtime Environment) creating a shortcut called "jre" inside the eclipse folder. 
- 
-===== Install pydev through the eclipse marketplace ===== 
- 
-  - Run eclipse 
-  - Help -> eclipse marketplace 
-  - Search for "pydev" 
-  - clik on install 
-  - Accept, accept, accept and restart eclipse when required 
- 
-From this point it is entirely to you to run python or whatever you want. 
- 
- 
- 
-