google / subpar

Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.
Apache License 2.0
567 stars 69 forks source link

Why is the generated dpkg_parser having a #!/usr/bin/python3 shebang? #120

Closed kovkev closed 4 years ago

kovkev commented 4 years ago

Hi subpar contributors! I posted in distroless that I saw the generated file contains a shebang that doesn't point anywhere. I run the new MacOS so there can't be a /usr/bin/python3 file there.

I was wondering how can I see where is subpar reading the python3 path from?

https://github.com/GoogleContainerTools/distroless/issues/434

chanseokoh commented 4 years ago

Please close this. It is an issue in distroless. subpar isn't related. Details are documented in the Distroless issue linked in the comment above.