|
[Date Index]
[Thread Index]
[Author Index]
Re: including files
- To: mathgroup at smc.vnet.net
- Subject: [mg53201] Re: including files
- From: Bill Rowe <readnewsciv at earthlink.net>
- Date: Tue, 28 Dec 2004 23:12:25 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
On 12/28/04 at 6:30 AM, davidannetts at ihug.com.au (David Annetts)
wrote:
>I don't know if it's recommended practice or not, but I customise
>$BaseDirectory/Kernel/init.m with appropriate Needs[] and
>SetOptions[] for various commands. All customisation goes before
>the Begin["System`Private`"] context.
A better place to put your customizations would be $UserBaseDirectory/Kernel/init.m. The advantage is customizations put here are automatically seen when upgrading to a new version. Additionally, customizations here only affect the one user rather than all users.
--
To reply via email subtract one hundred and four
Prev by Date:
Re: Plot with x axis in dB
Next by Date:
Re: How to do Continued fraction of polynomials
Previous by thread:
Re: including files
Next by thread:
Re: Re: including files
|