Hello, where can I find a discussion, possibly user-centered, about the folders inside .jullia ?
I have the following folders:
clones
compiled
conda
dev
environments
logs
packages
prefs
registries
What’s the role of this folders ? What if I want to reset all the packages in one specific versions of Julia (I saw that “environments” keeps only an index of packages not the packages themselves)
Thank you for your very quick reply.
I mean that, at least with the previous versions, sometimes the whole environment was becoming a mess for package compatibilities and a quick way to come out was to start fresh and remove the packages of a specific version, that were all inside that version folder.
If I’ll want ever to reset a specific Julia version, what should I do now? Just remove the index from environments/vX.Y ?
Thanks for this great overview. Is there such an overview in the docs somewhere? If not I would be willing to turn your answer into a PR. Just not sure where, Julia or Pkg.jl?