Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zsh: permission denied: nts #17

Open
b-licks opened this issue Dec 20, 2023 · 1 comment
Open

zsh: permission denied: nts #17

b-licks opened this issue Dec 20, 2023 · 1 comment

Comments

@b-licks
Copy link

b-licks commented Dec 20, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants