How change $AddOnsDirectory
- To: mathgroup at smc.vnet.net
- Subject: [mg41128] How change $AddOnsDirectory
- From: Murray Eisenberg <murraye at attbi.com>
- Date: Sun, 4 May 2003 03:57:04 -0400 (EDT)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- Reply-to: murray at math.umass.edu
- Sender: owner-wri-mathgroup at wolfram.com
How do I supply a permanent new location for $AddOnsDirectory. This is
under Windows XP.
The HelpBrower documentation under "File Layout" seems to say that if I
set a value for $AddOnsDirectory in an init.m file located somewhere on
the ConfigurationPath, that value should be used.
So in [top directory]\Configuration\FrontEnd -- where [top directory] is
the directory containing Mathematica.exe -- I created a file init.m. In
that file I tried, separately, all three of the following:
$AddOnsDirectory="D:/Math/AddOnsMma"
$AddOnsDirectory="D:\\Math\\AddOnsMma"
$AddOnsDirectory=FrontEnd`FileName[{"D:", "Math", "AddOnsMma"}]
None of these seems to have any effect, however: Once I open
Mathematica, the value of $AddOnsDirectory is still its original value,
namely,
"C:\Documents and Settings\All Users\Application Data\Mathematica"
--
Murray Eisenberg murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street fax 413 545-1801
Amherst, MA 01003-9305
- Follow-Ups:
- Re: How change $AddOnsDirectory
- From: jmt <jmt@dxdydz.net>
- Re: How change $AddOnsDirectory