Skip to content

Commit 1a5d1d6

Browse files
authored
fix #128: use first(DEPOT_PATH) instead of ~/.julia
1 parent 39019c8 commit 1a5d1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Compat
22

3-
const condadir = abspath(homedir(), ".julia", "conda")
3+
const condadir = abspath(first(DEPOT_PATH), "conda")
44
const condadeps = joinpath(condadir, "deps.jl")
55

66
module DefaultDeps

0 commit comments

Comments
 (0)