Installing Python On Your Home Computer
Installing Python On Your Home Computer
Depending on your class, download and install either Python 3.2.2 or Python 2.7.2 for your platform.
At this point, if you're using Mac or Linux, you're done.
If you're using Windows, you'll need to set the path correctly.
Add python to your path:
- Right click on my computer, and pull down to properties.
- Skip this step if you are not running Windows XP. Click on "Advanced system settings" on the left "Tasks" bar.
- Click on Advanced.
- Click on Environment Variables
- In the "system variables" list, select "Path", and click on Edit.
- Add either ";c:\Python27" or ";c:\Python32", depending on your version, to the end of the "Variable value:" field. Note: DO NOT ADD the double quotes
- Click "ok" three times.
To test the path:
- Click Start/All Programs/Accessories/Command Prompt.
- Type "python" without the double quotes.
- You should see a python prompt; try entering "1+1", if you get "2" then everything is running correctly.
If you are looking for a windows editor that has more functionality than notepad and still saves files as text only, you might want to try ConTEXT or emacs.
Problems:
If you run into trouble, please contact Mike Tie (mtie@carleton.edu).







