-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 23 replies
-
@MichaelHatherly and @jkrumbiegel (cc @cscheid) if you have any pointers here. |
Beta Was this translation helpful? Give feedback.
-
Two different things going on here: I assume you have julia:
exeflags: ["--project=@v#.#"] The % julia -E 'versioninfo()'
ERROR: UndefVarError: `versioninfo` not defined
Stacktrace:
[1] top-level scope
@ none:1 In this case it's the module julia> @which versioninfo
InteractiveUtils |
Beta Was this translation helpful? Give feedback.
-
I am developing a Julia package and I want to use Plots in vignette (README.qmd), but my package does not need to depends on Plots. How do I make it explicit, that I am relying on system installation ( |
Beta Was this translation helpful? Give feedback.
I'll probably make a PR to improve the documentation and ping you there for a review.
For the time being:
Thanks for the help!