rattler-build icon indicating copy to clipboard operation
rattler-build copied to clipboard

noarch / script shebang issues / warn about entrypoints

Open wolfv opened this issue 1 year ago • 0 comments

We got a report that rattler-build creates entry points for noarch-python with unquoted paths.

For example:

#!/bin/sh
'''exec' /foo/bar ...

where /foo/bar is not quoted, and replaced at install time with another unquoted string.

I believe pip created these unquoted paths and not rattler-build.

But we should also warn about creating scripts that are not necessary (since entry_points are preferred!).

wolfv avatar Oct 22 '24 04:10 wolfv