varlink / libvarlink

C implementation of the Varlink protocol and command line tool
Apache License 2.0
111 stars 15 forks source link

Use python3 from path, instead of hardcoding /usr/bin #18

Closed afbjorklund closed 4 years ago

afbjorklund commented 4 years ago

Here is the current workaround:

sed -e 's|/usr/bin/python3|/usr/bin/env python3|' -i varlink-wrapper.py
haraldh commented 4 years ago

fixed with 70b3ee6e9ae79b02f7115021d859654c23f0a1c2

afbjorklund commented 4 years ago

Thanks!