Open b-licks opened 11 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
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?