You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating Julia I sometimes get (which I think is expected):
┌ Warning: Expected non-existent /global/u1/m/marius/.julia-cori/juliaup/julia-1.8.3+0.x64/share/julia to be your Julia directory.
│ Certain functionality will be disabled.
│ To fix this, try deleting Revise's cache files in ~/.julia/compiled/v1.8/Revise, then restart Julia and load Revise.
│ If this doesn't fix the problem, please report an issue at https://github.com/timholy/Revise.jl/issues.
└ @ Revise ~/.julia-cori/packages/Revise/do2nH/src/packagedef.jl:1263
But if you don't look carefully you'll miss that the missing folder is .julia-cori (configured intentionally via my DEPOT_PATH) whereas the suggestion is just .julia which is hardcoded that way and wont actually fix anything.
So would it make sense if this message used DEPOT_PATH[1] ? I see multiple entries in that vector though so I'm not totally sure if this is right, wanted to ask first.
The text was updated successfully, but these errors were encountered:
After updating Julia I sometimes get (which I think is expected):
But if you don't look carefully you'll miss that the missing folder is
.julia-cori
(configured intentionally via myDEPOT_PATH
) whereas the suggestion is just.julia
which is hardcoded that way and wont actually fix anything.So would it make sense if this message used
DEPOT_PATH[1]
? I see multiple entries in that vector though so I'm not totally sure if this is right, wanted to ask first.The text was updated successfully, but these errors were encountered: