Duplication of standard libraries

It looks like there is a lot of duplication between julia/stdlib and julia/usr/share/julia/stdlib/v1.9. What is the deal with that?

The stdlibs in there are all symlinks:

[sukera@tempman v1.9]$ pwd
/home/sukera/julia/usr/share/julia/stdlib/v1.9
[sukera@tempman v1.9]$ ls -l
total 44
lrwxrwxrwx 1 sukera sukera 75 Sep  6 14:00 ArgTools -> /home/sukera/julia/stdlib/ArgTools-08b11b2707593d4d7f92e5f1b9dba7668285ff82
lrwxrwxrwx 1 sukera sukera 35 Sep  6 14:00 Artifacts -> /home/sukera/julia/stdlib/Artifacts
lrwxrwxrwx 1 sukera sukera 32 Sep  6 14:00 Base64 -> /home/sukera/julia/stdlib/Base64
...
4 Likes

Thanks!