Boston Python Workshop 3/Friday/Windows set up Python: Difference between revisions

Content added Content deleted
imported>Jesstess
(Created page with '== Download and install Python == If you believe you already have Python installed, please let a staff member know before completing these steps. <ol> <li>Click http://python.o…')
 
Line 40: Line 40:
You might have noticed that you typed a "full path" to the Python application above when launching Python (<code>python.exe</code> is the application, but we typed <code>\Python27\python.exe</code>). In this step, you will configure your computer so that you can run Python without typing the ''Python27'' directory name.
You might have noticed that you typed a "full path" to the Python application above when launching Python (<code>python.exe</code> is the application, but we typed <code>\Python27\python.exe</code>). In this step, you will configure your computer so that you can run Python without typing the ''Python27'' directory name.


Short, sweet, to the point, FREE-etxcaly as information should be!
=== Get to System Properties ===

# Open up "My Computer" by clicking on the Start menu or the Windows logo in the lower-left hand corner, and navigate to "My Computer" (for Windows XP) or "Computer" (For Vista and Windows 7).
# ''Right-click'' on the empty space in the window, and choose ''Properties''.

==== If you're using XP ====

A window labeled "System Properties" will pop up.

# Click the "Advanced" tab.

==== If you're not using XP ====
A window labeled "View basic information about your computer" will appear.

# In this window, click "Advanced system settings"

A window with the title "System Properties" will appear.


=== Edit the Path ===
=== Edit the Path ===