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.