|
[Date Index]
[Thread Index]
[Author Index]
Re: path for package
- To: mathgroup at smc.vnet.net
- Subject: [mg70388] Re: [mg70366] path for package
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Sun, 15 Oct 2006 00:18:55 -0400 (EDT)
- References: <200610140707.DAA07964@smc.vnet.net>
put package.m (or whatever you call it) in a subfolder of Applications
in that subfolder, put another folder called Kernel
in Kernel, put a file called init.m
in init.m put
<<subfolder`package`
where package is from the name package.m (ie the name of your m file
without the .m)
in Mathematica, load your package with
<<subfolder`
On 10/14/06, Akane Tendo <odneTenakA at gmail.com> wrote:
> Hello,
>
> In which user directory should I put a package .m file to load the package?
> I already tried C:\Documents and Settings\Administrator\Local
> Settings\Application Data\Mathematica\Applications but then I load the
> package and it fails.
>
> Thank you!
>
>
>
--
http://chris.chiasson.name/
Prev by Date:
Re: Beginner--[Plz Help] I don't want to display a POLARPLOT but use SHOW Command
Next by Date:
RE: How to solve this system of equations in Mathematica
Previous by thread:
path for package
Next by thread:
RE: path for package
|