MusicPlayerDaemon / ncmpc

curses client for MPD
GNU General Public License v2.0
108 stars 22 forks source link

Use `/usr/bin/env python3` for script shebangs #128

Closed lunasophia closed 1 year ago

lunasophia commented 1 year ago

This supports using whichever python3 comes first in $PATH, whether that be the system python3 or one in a venv or somewhere else. Users using a venv will need to install the script dependencies (e.g. bs4, requests) instead of using their package manager. Alternately, users may simply launch ncmpc with their system's python3 first in their $PATH.