How to solve the problem that the default installation path of the package is on the C drive? What are the issues with changing an environment variable to change the default installation path?
I added two new system environment variables:
JULIA_DEPOT_PATH = D:\Package\Julia\JuliaPackages;
D: \ Package, Julia, Julia - 1.11.1, local \ share \ Julia;
D: \ Package, Julia, Julia - 1.11.1 \ share \ Julia;
JULIA_LOAD_PATH = D:\Package\Julia\JuliaPackages;
@. @v#.#; @stdlib
Then add the following four paths to the system environment variable PATH:
D: \ Package, Julia, Julia - 1.11.1 \ bin;
D:\Package\Julia\JuliaPackages;
D: \ Package, Julia, Julia - 1.11.1, local \ share \ Julia;
D: \ Package, Julia, Julia - 1.11.1 \ share \ Julia;
D: \ Package, Julia, Julia - 1.11.1; It’s where Julia is,
D:\D:\Package\Julia\JuliaPackages; Is the path where I store the various packages I downloaded.
What’s wrong with this?