Re: Package won't load after v.7 upgrade
- To: mathgroup at smc.vnet.net
- Subject: [mg102313] Re: Package won't load after v.7 upgrade
- From: David Reiss <dbreiss at gmail.com>
- Date: Wed, 5 Aug 2009 05:43:45 -0400 (EDT)
- References: <h58rbr$q3o$1@smc.vnet.net>
Hi, As a general rule you **never** want to put your applications within the Mathematica.app directory. This modifies your Mathematica application itself and, when you upgrade your Mathematica version everything that you place there will be removed. Rather you want to put it in: ToFileName[{$UserAddOnsDirectory, "Applications"}] This directory is persistent through upgrades to Mathematica and is always contained in $Path. I hope thei helps. --David http://scientificarts.com/worklife On Aug 4, 4:26 am, Porscha Louise McRobbie <pmcro... at umich.edu> wrote: > I should add to my previous message that I also checked the global > variable $Path, and didn't see the path to my AddOn listed there. I > tried using > > Prepend[$Path,"/Applications/Mathematica.app/AddOns/ExtraPackages/Quantum"] > > After which when I type $Path I do see the path to my AddOn. However, > it still won't load. > > Thanks, > Porscha