X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 	tests=BAYES_00,SPF_PASS
X-Spam-Check-By: sourceware.org
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; 	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Subject: RE: Changing HOME for PERL
Date: Wed, 26 Aug 2009 16:37:38 -0400
Message-ID: <CC93624851A47D42AFD22FB06BCD2D9A0234B910@CORPUSMX80B.corp.emc.com>
In-Reply-To: <4A95954A.3010609@cygwin.com>
References: <CC93624851A47D42AFD22FB06BCD2D9A0234B8A7@CORPUSMX80B.corp.emc.com> <416096c60908261230m339918efo989d61f4d2fc2f4d@mail.gmail.com> <4A95954A.3010609@cygwin.com>
From: <Dexter_Michael@emc.com>
To: <cygwin@cygwin.com>
X-EMM-EM: Active
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Hi Larry,

Thanks for the response.  My reply to Jeremy a moment ago should help
clear up what I need as it includes the error I got yesterday and how I
made it go away being tied to the SHEBANG line.

Thanks,
Mike

-----Original Message-----
From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf
Of Larry Hall (Cygwin)
Sent: Wednesday, August 26, 2009 4:04 PM
To: cygwin@cygwin.com
Subject: Re: Changing HOME for PERL

On 08/26/2009 03:30 PM, Andy Koppe wrote:
>> I installed Cygwin yesterday and when I run it and look at "pwd" my
path
>> is set to:   /cygdrive/h
>>
>> I read the FAQ and when I type "set HOME" from a Windows CLI, it is
set
>> to:
>> HOME=3DH:\
>>
>> I am using Cygwin for PERL.
>>
>> I just took a PERL course and in class Cygwin was configured for:
>> /usr/bin/perl
>>
>> This was perfect because I could make my SheBang look like:
>> #!/usr/bin/perl
>>
>> I would like to do that again with the Cygwin I installed myself
>> yesterday.
>>
>> I did modify /etc/passwd.
>> The last line had:      ...:/cygdrive/h:/bin/bash
>> and I changed it to:    ...:/usr/bin/perl:/bin/bash
>>
>> But when I open a new Cygwin session it remembers the old /cygdrive/h
>
> The HOME variable takes precedence over /etc/passwd, hence you need to
> either unset it or set it to the location you want before invoking
> bash. It's likely set in the System Properties. The exact location
> depends on the Windows version, but it's something like
> Computer->Context Menu->Properties->Advanced->Environment Variables.

Also, the *path* you set in '/etc/passwd' is meant to reference a
directory,
not a file (or binary in this case).  '/usr/bin/perl' on my Cygwin=20
installation is
a binary.  So I think you're looking for something else (but I really
have no
idea what since I couldn't grok the comment "in class Cygwin was
configured
for: /usr/bin/perl" and how that relates to your interest in setting
your
home directory.

--=20
Larry Hall                                 http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

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



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

