Julia doesn't function well if the miniconda3/envs/esmvaltool
install dir is not in $HOME
#2419
Labels
miniconda3/envs/esmvaltool
install dir is not in $HOME
#2419
I have been trying to figure this out the whole day today - finally concluded this: if one installs esmvaltool with the
miniconda3/envs/esmvaltool
dir and theesmvaltool
source dir not in$HOME
,esmvaltool install Julia
will automatically install the dep packages in$HOME/.julia
, and from there on allPyCall
-related hell breaks loose. One can install the Julia deps anywhere else by setting theJULIA_DEPOT_PATH
variable to that location (but I am told this is obsolete, and now one should work with separate Pkg's), but I tested that too, and it didn't work for me either. I am starting to have it up to here with Julia - it's a dumb overly complicated package that doesn't add anything major in terms of functionality - not anything that we can't find in Python, that is; and it generates and manages its own separate environment, it's sensitive to paths etc - I am a big advocate of not supporting it anymore - what say you @zklaus @bouweandela @jvegasbsc 🍺The text was updated successfully, but these errors were encountered: