alexanderdean / Unified-Log-Processing

Supporting material (code, schemas etc) for Unified Log Processing (Manning Publications)
http://manning.com/dean/
Apache License 2.0
97 stars 25 forks source link

ch05 fix shebang lines #20

Open alexanderdean opened 9 years ago

alexanderdean commented 9 years ago

One thing I noticed: in the Python scripts, the shebang line should be

!/usr/bin/env/python

rather than

!/usr/bin/env python

Only the former works for me.