Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conda installs outside of JULIA_DEPOT_PATH #128

Closed
ksmcreynolds opened this issue Oct 12, 2018 · 1 comment
Closed

conda installs outside of JULIA_DEPOT_PATH #128

ksmcreynolds opened this issue Oct 12, 2018 · 1 comment

Comments

@ksmcreynolds
Copy link

I updated Conda.jl to v1.1.0 and realized that conda was being installed in my home directory instead of the depot directory. On our cluster, the home directory has very poor performance so I need to install it elsewhere. However, it appears from the build script that the build path is hardcoded to the home directory. Is there an environment variable that can change the install directory (I am under the impression that CONDA_JL_HOME only works for existing installations)?

On a more general note, is there a reason the home directory was chosen over the depot directory? It was unexpected to me that a Julia package would install something outside of the depot directory.

Having said all that, given how long conda installations take on our cluster (due to poor NFS performance), I really appreciate that Conda.jl will not reinstall conda for every new version. 👍

@stevengj
Copy link
Member

Your case didn't occur to me; you're right, this is a good reason to use first(DEPOT_PATH) instead of ~/.julia. (@tkf suggested this in #126, but it wasn't clear that it made a difference).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants