fetchcord / FetchCord

FetchCord grabs your OS info and displays it as Discord Rich Presence
MIT License
326 stars 21 forks source link

-bash: fetchcord: command not found #172

Open matteodev8 opened 2 years ago

matteodev8 commented 2 years ago

How you tried to install fetchcord

Via pip3

Operating system

macOS Big Sur 11.6 with Python 3.9

Other notes

Can't run fetchcord, it can't be found. Already checked /Users/username/.local/ but there is only a share folder.

BlivionIaG commented 2 years ago

Hello, I suspect that you didn't set up the env variable for pip installed scripts/modules.

I don't know where the files are in macos but you can check this resolution on stack overflow.

Usually on windows and linux this problem is resolved by adding the path to the scripts folder to the PATH env variable.