splitNSP icon indicating copy to clipboard operation
splitNSP copied to clipboard

Permission denied when executing

Open Axilyax opened this issue 3 years ago • 1 comments

/Users/(...)/Desktop/splitNSP.py: Permission denied

Axilyax avatar Sep 25 '22 22:09 Axilyax

Either run the script with python3 ~/Desktop/splitNSP.py or grant the script executable permissions if you want to run it directly: chmod +x ~/Desktop/splitNSP.py then try and run it again.

AnalogMan151 avatar Sep 25 '22 23:09 AnalogMan151