Skip to content

Commit

Permalink
one more startup file no
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Mar 7, 2024
1 parent 5d92d70 commit 2457ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/execute/julia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ async function ensureQuartoNotebookRunnerEnvironment(
Deno.copyFileSync(projectTomlTemplate, projectToml);
const command = new Deno.Command(options.julia_cmd, {
args: [
"--startup-file=no",
`--project=${juliaRuntimeDir()}`,
juliaResourcePath("ensure_environment.jl"),
],
Expand Down

0 comments on commit 2457ec0

Please sign in to comment.