Skip to content

Commit

Permalink
add matplotlib installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Aug 29, 2024
1 parent c256548 commit 860a38a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/create_sys_image
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ if [[ $update == true ]]; then
if test -f "Manifest.toml"; then
mv Manifest.toml Manifest.toml.bak
fi
fi
julia --startup-file=no --pkgimages=no --project -e "using Pkg; Pkg.instantiate(); Pkg.add(\"PyCall\"); Pkg.build(\"PyCall\")"
julia --startup-file=no --pkgimages=no --project -e "using ControlPlots"
julia --startup-file=no --pkgimages=no --project -e "using Pkg; Pkg.update()"
julia --startup-file=no --pkgimages=no --project -e "include(\"./test/update_packages.jl\");"
else
if [[ $julia_major == "1.9" ]]; then
Expand Down

0 comments on commit 860a38a

Please sign in to comment.