indygreg / python-build-standalone

Produce redistributable builds of Python
BSD 3-Clause "New" or "Revised" License
1.71k stars 107 forks source link

Docsite suggests `tar -axvf` which is invalid on mac #164

Closed thejcannon closed 9 months ago

thejcannon commented 1 year ago

:wave: Howdy!

Was trying out tar -axvf path/to/distribution.tar.zstd as suggested on the docs but got slapped with tar: Option -a is not permitted in mode -x on CI. Guess Macs have different cmdline options.

Looks like -I zstd is required if you want to make it portable.

mitsuhiko commented 1 year ago

I think most platforms work with just tar xf at this point.