Addition to Wiki for WSL: Case Sensitive windows settings for adaptability with WSL/Linux #6084
leomaxwell973
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Might I suggest this be added to the WSL section of the Wiki?:
If you decide to use a C:\ drive location, despite the potential performance issues,
(I'm currently testing it with a symlink nested inside WSL to see if that works or not, we'll see)
you will want to manually run(cmd.exe):
fsutil.exe file setCaseSensitiveInfo <path>\installer_files\conda\pkgs enable
Note: the directory (pkgs) must be empty first, shuffling out the folders (cut), running the command, then shuffling them back in works fine.
Beta Was this translation helpful? Give feedback.
All reactions