microsoft / python-environment-tools

MIT License
76 stars 4 forks source link

Differentiate between x64intel, x64arm, x86, etc #45

Open DonJayamanne opened 1 week ago

DonJayamanne commented 1 week ago

We return x86 and x64, however there are variations of x64 as well. E.g. on mac there is arm64 and intel64 version of Python. We will need to report these two separately.

Discussed with @karthiknadig