scsh-users
[Top] [All Lists]

Re: local modules

To: scsh-news@zurich.ai.mit.edu
Subject: Re: local modules
From: stktrc@yahoo.com
Date: Fri, 01 Nov 2002 15:38:29 +0100
Organization: News UmU SE
Ed Kademan <kademan@phz.com> writes:

> What is a good strategy for installing local modules for scsh?  I'd
> like to package up code so that different programs can share via the
> "-lm" command line switch but ideally I'd like to not have to specify
> the complete path names.

See "-ll" and SCSH_LIB_DIRS.

export SCSH_LIB_DIRS="\"$HOME/lib/scsh/\" #f"

(prepends $HOME/lib/scsh to the default search path)

<Prev in Thread] Current Thread [Next in Thread>