Closed manuignatius closed 3 years ago
Normally you shouldn't install ArgParse and JSON (or any packages) manually. You should do it with Pkg.instantiate() within the environment. I can just include that as part of the viztrace.jl file, so we don't have to add a manual step.
Pkg.instantiate()
viztrace.jl
Added. So the proposed change in the blog should not be needed.
Works. Closing the PR.
Normally you shouldn't install ArgParse and JSON (or any packages) manually. You should do it with
Pkg.instantiate()
within the environment. I can just include that as part of theviztrace.jl
file, so we don't have to add a manual step.