Re: Expanding $Path
- To: mathgroup at smc.vnet.net
- Subject: [mg47271] Re: Expanding $Path
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 2 Apr 2004 03:30:14 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <c4ghb6$3s6$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, place it in init.m from $TopDirectory/Configuration/Kernel Regards Jens Harold Noffke wrote: > > $Version "5.0 for Microsoft Windows [2000] (November 18, 2003)" > MathGroup: > > There are three default files in > ...\5.0\AddOns\ExtraPackages\Utilities which I would like to add to my > default search $Path ... > > CleanSlate.m > Notation.m > URLTools.m > > The easiest place to put this new $Path entry would be at the end of > the current $Path, using ... > > $Path = AppendTo[$Path, $NewDir] > > However, I'm uncertain about how to permanently save the expanded > $Path, so Mathematica uses it again. How should this be done? > > Thanks. > Harold