getsolus / ypkg

Modern, declarative, structured build format
https://getsol.us
GNU General Public License v3.0
22 stars 11 forks source link

python3: Scripts are still trying to run with python2 #59

Closed sheepman4267 closed 7 months ago

sheepman4267 commented 7 months ago

On the python3 branch, running ./ypkg doesn't work, as the script itself is still looking for #!/usr/bin/env python2. This should be changed to point to python3.

joebonrichie commented 7 months ago

Resolved