This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with cygwin setup


jds wrote:

> Maybe I don't understand you, or your don't understand me, or I'm just clueless, but what I really want to know is how to run cygwin now that it's installed, given that I don't have an icon on my desktop. I dunno, isn't the icon just a shortcut to some .exe, or is it something else? Thanks for your help, but I really didn't know what to do with that big thing that you copied for me.

There should be a cygwin.bat in the directory you choose to install to;
just run that.

Alternatively, open a command prompt:

cd \cygwin\bin  # or whatever your location is
bash -li

To run any postinstall scripts that did not complete, do the following
from the bash prompt:

cd /etc/postinstall
for F in *.sh; do . $F && mv $F $F.done; done

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]