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
As discussed in the comments on #3105, we could pretty easily detect whether conda create --copy is needed when setting up (even cached) job conda environments by attempting a hard link and then using --copy if it fails, and avoid admins having to explicitly set it.
As discussed in the comments on #3105, we could pretty easily detect whether
conda create --copy
is needed when setting up (even cached) job conda environments by attempting a hard link and then using--copy
if it fails, and avoid admins having to explicitly set it.That said, using symlinks instead of
--copy
should be safe as of Conda 4.3, as per conda/conda#3308 and conda/conda#3870.The text was updated successfully, but these errors were encountered: