erkin / ponysay

Pony rewrite of cowsay.
GNU General Public License v3.0
1.19k stars 81 forks source link

Ponysay doesn't build on noexec disks #276

Open lapsio opened 6 years ago

lapsio commented 6 years ago

Due to running python scripts as executables bulid process fails on medium mount with noexec flag. This can be fixed by running Popen with python3 command given explicitly in setup.py