Program Not Installing Properly #272
-
Whenever I attempt to use the command spotify_dl (have copy pasted many times), I am told that the command is not found. First, I did pip3 install spotify_dl, this worked successfully, then I typed the command and it very much existed. I then got my api keys and put them in as env variables (I have tried with them commented out), and the command began saying it was not found. I tried reinstalling twice and pip3 says that it is already installed I am using PopOS. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It looks like wherever it is installing to, its not part of path and hence can't find it. See this post for details https://stackoverflow.com/a/59436732/92837 |
Beta Was this translation helpful? Give feedback.
It looks like wherever it is installing to, its not part of path and hence can't find it. See this post for details https://stackoverflow.com/a/59436732/92837