Skip to content

add_default_environment; error handling where downloading is impossible

Choose a tag to compare

@arnavs arnavs released this 18 Dec 21:55
· 95 commits to master since this release

Add an option to add whatever we packages we grabbed to the Julia v1.0 environment (i.e., the default environment) through a Pkg.add() call.

Also add error-handling for the gen_download_cmd step, so that we can be more user-friendly to JuliaBox etc.

Now uses parsefile from the Pkg.TOML module