You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: