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

/usr/bin/env: 'python': No suck file or directory #54

Open
Tical84 opened this issue Jul 26, 2023 · 5 comments
Open

/usr/bin/env: 'python': No suck file or directory #54

Tical84 opened this issue Jul 26, 2023 · 5 comments

Comments

@Tical84
Copy link

Tical84 commented Jul 26, 2023

After following all of the steps down to running ./ncp.py scan I get this error message. I'm trying as root, installed all prerequisite dependencies from what I can tell. I also found an alternate ncp.py file on another site and gave that a try and got "permission denied" so I went back to the included one.

I'm new on Linux, but can work my way through most things.

@stamandr
Copy link

stamandr commented Aug 1, 2023

Same issue for me as well...

root@Deb11:~# ./ncp.py scan
bash: ./ncp.py: Permission denied

@MattWestb
Copy link

Use sudo then the user dont have access to the comports like the root is having or adding the rights tithe user.

@stamandr
Copy link

stamandr commented Aug 2, 2023

I'm already logged on as root root@Deb11

@MattWestb
Copy link

For some reason you have not exec rights on the file ./ncp.py perhaps no execute flag sett on it ?

@shilllabs
Copy link

Had the same issue. I needed to add a sym link,

sudo ln -s /usr/bin/python3 /usr/bin/python

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

4 participants