I tried to open n.py through terminal on mac os big sur, although zsh shows that permission denied
Asked
Active
Viewed 1,604 times
1 Answers
-1
change permission of the file.
chmod +x n.py
Then try to execute the file again.
python n.py

Cygnus7
- 1
- 2