We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ba60b commit 07224d9Copy full SHA for 07224d9
src/Prefix.jl
@@ -713,7 +713,7 @@ function setup_dependencies(prefix::Prefix,
713
push!(stdlib_pkgspecs, get_addable_spec(dep.name, dep.version; verbose))
714
end
715
716
-
+ @show stdlib_pkgspecs
717
# Re-install stdlib dependencies, but this time with `julia_version = nothing`
718
if !isempty(stdlib_pkgspecs)
719
Pkg_add(stdlib_pkgspecs; io=outs, julia_version=nothing)
0 commit comments