-1

I tried to open n.py through terminal on mac os big sur, although zsh shows that permission denied

jailbreak
  • 1
  • 1

1 Answers1

-1

change permission of the file.

chmod +x n.py

Then try to execute the file again.

python n.py
Cygnus7
  • 1
  • 2