This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author srid
Recipients BreamoreBoy, haubi, skrah, srid
Date 2010-07-26.16:36:28
SpamBayes Score 0.0952313
Marked as misclassified No
Message-id <2DACE180-DCB9-405D-9AE2-DF514503B29A@activestate.com>
In-reply-to <1279824979.47.0.334145418501.issue7742@psf.upfronthosting.co.za>
Content
On 2010-07-22, at 11:56 AM, Stefan Krah wrote:

> 
> Stefan Krah <stefan-usenet@bytereef.org> added the comment:
> 
> I'm not sure this should be changed:
> 
>  1) Why is .cshrc sourced? It should only get sourced for a login
>     shell.

/usr/bin/which is a csh script on our AIX machine too:

bash-2.04$ head -n 5 /usr/bin/which
#!/usr/bin/csh -f
set prompt = "% "
if ( -f ~/.cshrc) then
        source ~/.cshrc
endif

>  2) If the user sets a PATH that excludes the compiler, then `which`
>     will also not find the compiler on other systems (like Linux).
>     Why would anyone set a PATH that excludes the compiler?
> 
> 
> Sridhar, has this ever been a problem for you on AIX?

Not at all, we use bash as the default shell.
History
Date User Action Args
2010-07-26 16:36:30sridsetrecipients: + srid, haubi, skrah, BreamoreBoy
2010-07-26 16:36:28sridlinkissue7742 messages
2010-07-26 16:36:28sridcreate