I have used DeclarativePackages (https://github.com/rened/DeclarativePackages.jl) - it's quite all right. Also, a while ago I've stumbled onto Playground (https://github.com/Rory-Finnegan/Playground.jl) but I haven't tried it myself.
sâmbătă, 5 noiembrie 2016, 15:09:50 UTC+2, Steven G. Johnson a scris: > > > > On Saturday, November 5, 2016 at 12:38:41 AM UTC-4, Tom Lee wrote: >> >> Project-local environments sounds like exactly what I am after. Great to >> hear its being worked on. I guess we will need to wait until 0.6 for Pkg3? >> > > No, you can do that now. > > insert!(LOAD_PATH, 1, mypath) > insert!(Base.LOAD_CACHE_PATH, 1, mypath) > > will add mypath to the module and cache loading path. Then you can put > whatever modules you want into mypath and they will take precedence over > the ones in the standard path. >