Julia Version 0.7.0-DEV.1165
Commit 1a43098cf7 (2017-07-31 03:33 UTC)
with
LoadError: UndefVarError: MINICONDA_VERSION not defined
while loading /home/colin/.julia/v0.7/Conda/deps/build.jl, in expression starting on line 13
I see that the build script looks for a file deps.jlwhich is not in the new directory structure but does exist in my deps directory. It appears that a definition is expected for MINICONDA_VERSION in the deps.jlbut in my case there is only a definition for const ROOTENV. Any action necessary on my part?
In the last few days, Pkg.update() fails in
with
I see that the build script looks for a file
deps.jl
which is not in the new directory structure but does exist in mydeps
directory. It appears that a definition is expected forMINICONDA_VERSION
in thedeps.jl
but in my case there is only a definition forconst ROOTENV
. Any action necessary on my part?