Your packages should remain untouched through upgrades on minor versions. (E.g. if you were on a 0.3.0 prerelease version before, upgrading to 0.3.0-rc4 or even 0.3.0-final should not affect your packages)
If you are on 0.2.1, your packages will probably need to be reinstalled, as Julia separates major versions in the package manager. So you'll just need to Pkg.add() all the packages you had before. This won't erase your 0.2.1 packages, they will persist as long as your `~/.julia/v0.2` directory persists. -E On Fri, Aug 15, 2014 at 1:06 AM, KK Sasa <[email protected]> wrote: > A very basic question: How to update without losing packages? Just > re-install? > > >
