Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: ericblake AT comcast DOT net (Eric Blake) To: David , cygwin AT cygwin DOT com Subject: Re: Cant add to path Date: Wed, 17 Aug 2005 14:01:07 +0000 Message-Id: <081720051401.3887.430343230000D0F100000F2F22007510900A050E040D0C079D0A@comcast.net> X-Authenticated-Sender: ZXJpY2JsYWtlQGNvbWNhc3QubmV0 > Hi, > I installed cygwin_NT-5.1. > Built a project needed. > I tried to add to my PATH a few > paths but i could not locate my .bashrc > or bash_profile like > on my linux machine. Hint: 'cygpath -w ~/.bashrc' should show you where bash is looking for your .bashrc. Also, you can set PATH on the command line, instead of relying on the .bashrc to do it for you (although you would have to do it every time you log in). > I read some DOCs but could not find the > files on my ~ dir so tried to > edit \etc\skel\.bash_profile or \etc\skel\.bashrc, Editing those files only affects the .bashrc of new users, not of existing users (they are copied from there to the user's new $HOME on the user's first login). Also, read this, so we can help you better: > Problem reports: http://cygwin.com/problems.html -- Eric Blake -- 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/