SongRec icon indicating copy to clipboard operation
SongRec copied to clipboard

Global Command

Open WOLFIE-OG opened this issue 5 years ago • 1 comments

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?

WOLFIE-OG avatar Dec 18 '20 03:12 WOLFIE-OG

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,

marin-m avatar Dec 18 '20 07:12 marin-m