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
- Follow-Ups:
- Re: Re: including files
- From: DrBob <drbob@bigfoot.com>
- Re: Re: including files