personal
personal copied to clipboard
PyDays - Scripts missing python interpreter directive
My script couldn't find matplotlib till I figured out that it was missing
#!/usr/bin/python
try python filetorun.py instead of ./filetorun.py