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 39019c8 commit 1a5d1d6Copy full SHA for 1a5d1d6
deps/build.jl
@@ -1,6 +1,6 @@
1
using Compat
2
3
-const condadir = abspath(homedir(), ".julia", "conda")
+const condadir = abspath(first(DEPOT_PATH), "conda")
4
const condadeps = joinpath(condadir, "deps.jl")
5
6
module DefaultDeps
0 commit comments