|
[Date Index]
[Thread Index]
[Author Index]
Solved:Re: Defining variables in $UserBaseDirectory/init.m
- To: mathgroup at smc.vnet.net
- Subject: [mg62209] Solved:Re: Defining variables in $UserBaseDirectory/init.m
- From: "Steven T. Hatton" <hattons at globalsymmetry.com>
- Date: Tue, 15 Nov 2005 04:16:08 -0500 (EST)
- References: <dl989b$r3n$1@smc.vnet.net> <dl9gir$2f$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Steven T. Hatton wrote:
> Bill Rowe wrote:
>
>> I don't know what to tell you. I just copied the line you posted to the
>> end of my init.m file and started Mathematica to get the following
>> results:
>>
>> In[1]:=$GuideBooksTOC
>> Out[1]=
>> "/usr/share/Mathematica/AddOns/GuideBooks/TableOfContents.nb"
>>
>> In[2]:=$Version
>> Out[2]="5.2 for Mac OS X (June 20, 2005)"
>
> Wolfram tech support folks probably already hate me...
Nonetheless, they did provide a solution. Use
$UserBaseDirectory/Kernel/init.m and not $UserBaseDirectory/FrontEnd/init.m
for adding such variables.
Perhaps I could find a way to add them to the FrontEnd context, but for now,
I don't care. Thanks for the feedback Bill, that certainly helped resolve
the problem.
Steven
--
The Mathematica Wiki: http://www.mathematica-users.org/
Math for Comp Sci http://www.ifi.unizh.ch/math/bmwcs/master.html
Math for the WWW: http://www.w3.org/Math/
Prev by Date:
Re: How long does technical support take?
Next by Date:
Re: Re: Re: Timing runs for the last part of my previouspost
Previous by thread:
Re: Plotting polyhedra
Next by thread:
Re: Re: Re: Timing runs for the last part of my previouspost
|