everdrone / nts

NTS Radio downloader and metadata parser
MIT License
99 stars 14 forks source link

zsh: permission denied: nts #17

Open b-licks opened 11 months ago

b-licks commented 11 months ago

installed everdrone. navigated the "zsh: command not found: nts" error by adding pip3 directory to environment variable within .zshrc file. now getting this the following error:

zsh: permission denied: nts

any ideas?

colinwilliams91 commented 2 months ago

did you try running ls -l to check the permissions for the downloaded nts tool? you should see drwxr-xr-x if the downloaded directory or file permissions are set to executable.

if you only see -rw-r--r-- or some combination without x then you need to run chmod +x nts which will add executable permissions to your current user group