SongRec
SongRec copied to clipboard
Global Command
When using the software as root it works fine, if i try and call it from python using os.system() it says command not found, is there a way to fix this?
Hello,
You have likely installed SongRec using cargo.
You should first type which songrec in a terminal as a non-root user in order to find the path Cargo installed installed it under.
Then, you should be able to use this full path to launch SongRec as a root user (instead of the short command).
Alternatively, you may also install SongRec as a global command using another of the installation methods specified in the project's README.
Regards,