From 28e3b9bedba61793dd29486c4c55a06276d0a7f5 Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Mon, 9 Sep 2024 14:46:27 +0200 Subject: [PATCH] Bugfix --- bin/create_sys_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/create_sys_image b/bin/create_sys_image index 2792d99..dfc419c 100755 --- a/bin/create_sys_image +++ b/bin/create_sys_image @@ -62,7 +62,7 @@ if [[ $julia_major == "1.1" ]]; then fi julia --startup-file=no --pkgimages=no --project -e "using Pkg; Pkg.activate(temp=true); Pkg.add(\"PyCall\"); Pkg.build(\"PyCall\")" if [[ $PYTHON == "" ]]; then - julia --startup-file=no --pkgimages=no --project -e "using Pkg; Pkg.activate(temp=true); Pkg.add(\"Conda\"); using Conda; Conda.add(\"matplotlib\"); using ControlPlots" + julia --startup-file=no --pkgimages=no --project -e "using Pkg; Pkg.activate(temp=true); Pkg.add(\"Conda\"); using Conda; Conda.add(\"matplotlib\")" fi if test -f "kps-image-${julia_major}.so"; then