JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
609 stars 251 forks source link

add "t" option for autoinstall into a temp env #3867

Closed aplavin closed 2 months ago

IanButterworth commented 2 months ago

See original PR for why this wasn't added https://github.com/JuliaLang/Pkg.jl/pull/2669

aplavin commented 2 months ago

So, adding insert!(LOAD_PATH, 2, mktempdir()) to startup manually is the "official" solution? Would be nice to at least mention it somewhere in the docs if that's the case...

IanButterworth commented 2 months ago

Yeah, agreed, adding that to docs would be great