We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221a1a7 commit d3e3aafCopy full SHA for d3e3aaf
src/DepotDelivery.jl
@@ -65,7 +65,7 @@ end
65
startup_script(name) = """
66
import Pkg
67
let
68
- depot = joinpath(@__DIR__, "..")
+ depot = abspath(joinpath(@__DIR__, ".."))
69
ENV["JULIA_DEPOT_PATH"] = depot
70
push!(empty!(DEPOT_PATH), depot)
71
@info "Initializing Depot `\$depot` with project `$name`."
0 commit comments