Installing Cygwin on your home computer (Windows only)
Download and Install cygwin (Fast Instructions):
-
Go to http://www.cygwin.com.
-
Download the installer by clicking on the "Install Cygwin Now" icon.
-
This will download "setup.exe"; double click on setup.exe
-
Select the defaults for everything. The only choice that you should make is to pick a mirror; I used http://http.gtlib.gatech.edu.
Download and Install cygwin (Detailed Instructions):
-
Go to http://www.cygwin.com.
-
Download the installer by clicking on the "Install Cygwin Now" icon.
-
This will download "setup.exe"; double click on setup.exe
-
Select Run
-
Click Next
-
Click Next (to install from Internet)
-
Click Next (to install into c:\cygwin)
-
Click Next (to select the default package directory)
-
If you are at Carleton, click next (to use a Direct Connection)
-
Select any mirror that you like, I used http://http.gtlib.gatech.edu.
-
Select Next to select a default package list. (we are not adding anything to the default build.)
- Click Finish
To test your installation:
- On your Desktop, you should have a Cygwin icon; click on it.
- You should have a bash prompt "$". Try a command such as "ls /" (no double quotes.) You should see a list of files and directories.
- If you have installed Python for windows, try running "python"; you should see a python version and be at a python prompt ">>>"







