Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Sep 26, 2023
1 parent 5dfdad2 commit 111b634
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install-colab-julia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,17 @@ function install-colab-julia {
# Install IJulia in global env
Pkg.activate();
@info "Installing IJulia...";
Pkg.add("IJulia"; io=devnull);
# Install packages in /content
Pkg.activate(@__DIR__);
@info "Installing packages...";
Pkg.instantiate(; io=devnull);
using IJulia;
@info "Installing kernel...";
IJulia.installkernel(
"QUBO.jl Julia",
"--project=/content",
Expand Down

0 comments on commit 111b634

Please sign in to comment.