personal icon indicating copy to clipboard operation
personal copied to clipboard

PyDays - Scripts missing python interpreter directive

Open martinuray opened this issue 8 years ago • 1 comments

My script couldn't find matplotlib till I figured out that it was missing #!/usr/bin/python

martinuray avatar May 06 '17 13:05 martinuray

try python filetorun.py instead of ./filetorun.py

schoerg avatar May 06 '17 13:05 schoerg