I am using WSL1.
I am trying to save a copy of my ~./miniconda/envs folder to the desktop using
cp.I keep getting errors like
cp: cannot create regular file './envs/py_env/share/terminfo/h/hp2621a': File existsThe problem is that there are 2 files with the same name but different case. For example,
hp2621aandhp2621A.
Example:
Original Folder: hp2621a, hp2621A, etc
Using cp I get:
- New Folder:
hp2621A,etc - Missing:
hp2621a
Some of the subdirectories of
py_env/shareandpy_env/libalso have a similar problem (Aandaseemed to conflict)I was able to solve some of these errors by changing the name of a directory from
AtoA_1.