Question for other devcs. Should we "namespace" the per-platform pex files by also including the version?
The wheels have the version embedded, and I'm thinking users who want to serve the pex files privately (via Artifactory) Might be served better by dumping them all in a single place, instead of N directories
c
curved-television-6568
08/28/2023, 5:45 PM
yea, it makes sense to me to always include version numbers. Always easier to strip whenever/wherever needed rather than adding it.