mottosso / bleeding-rez

Rez - Reproducible software environments for Windows, Linux and MacOS
GNU Lesser General Public License v3.0
71 stars 10 forks source link

readlink not supported on Windows and Python <3.2 #62

Closed mottosso closed 5 years ago

mottosso commented 5 years ago

Used by rez cp --follow-symlinks.

Rez uses readlink to follow symlinks during copy. It's supported cross-platform since Python 3.2.

https://github.com/mottosso/bleeding-rez/blob/21b92cc4a762f6445b8eae96a66b4aae6c804b1e/src/rez/utils/filesystem.py#L214-L218