add_default_environment; error handling where downloading is impossible
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