hnarayanan / shpotify

A command-line interface to Spotify.
https://harishnarayanan.org/projects/
2.02k stars 153 forks source link

manual install #140

Open nqzero opened 4 years ago

nqzero commented 4 years ago

I'm trying to follow the "manual install" instructions and am getting a couple of errors

the help message displays correctly but everything else I've tried has given similar errors. Are there some additional packages that are required ?

hnarayanan commented 4 years ago

Are you installing this on a Mac?

nqzero commented 4 years ago

yeah, macbook pro retina 2014

davidem commented 4 years ago

Is /usr/bin in your path?

Can you try "echo $PATH" from the commandline and check if it's there? If not, add it to ~/.bash_profile

More info on how to do that: https://osxdaily.com/2014/08/14/add-new-path-to-path-command-line/