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
I am a new user. As I don't have much disk space left at drive C:, I installed Julia to the drive J:, which is an external hard drive. To assure that Julia installs all its packages here, I setup the system variable JULIA_DEPOT_PATH to this: J:\Julia-1.11\Packages
This works well for Julia as when I install a package using Julia's REPL, I get the packages installed indeed in J:\Julia-1.11\Packages.
But when I start Pluto, my package settings are ignored. It does not take into account that most packages are already installed and it installs them again, this time in C:\Users\>username>
Maybe I misunderstood the concept of Pluto. I thought it runs Julia but it seems it is doing its own thing, ignoring any setting of Julia (see also my issue about the threading).
The text was updated successfully, but these errors were encountered:
This is no problem, as I assure to use ASCII-only chars in the path. The bug here is that Pluto ignores the JULIA_DEPOT_PATH setting thus it does not use the packages already installed to Julia.
However, the idea of using JULIA_DEPOT_PATH is to set a custom package installation path (for cases like mine, where C:\ is almost full and I therefore use another partition or external harddisk.
That Pluto ignores this settings, it fills up C:\ - and this is what I must avoid.
I am a new user. As I don't have much disk space left at drive C:, I installed Julia to the drive J:, which is an external hard drive. To assure that Julia installs all its packages here, I setup the system variable
JULIA_DEPOT_PATH
to this:J:\Julia-1.11\Packages
This works well for Julia as when I install a package using Julia's REPL, I get the packages installed indeed in
J:\Julia-1.11\Packages
.But when I start Pluto, my package settings are ignored. It does not take into account that most packages are already installed and it installs them again, this time in
C:\Users\>username>
Maybe I misunderstood the concept of Pluto. I thought it runs Julia but it seems it is doing its own thing, ignoring any setting of Julia (see also my issue about the threading).
The text was updated successfully, but these errors were encountered: