Commit Graph

6 Commits

Author SHA1 Message Date
muxator
5a80a23bdc scripts: modify shebang to use "/usr/bin/env python"
Before this patch, executing directly one of these scripts, for example
`./plot_hystogram.py` in a unix-like environment meant that the default
system-level python would be used, regardless of an eventual activated
virtualenv.

This was due to the "#!/usr/bin/python" shebang.
Changing it to "/usr/bin/env python" is a fairly standard practice, keeps intact
the compatiblity with the system level python, and allows a user to run in a
virtualenv if he wants.
2020-10-13 12:49:36 +02:00
sharkdp
8fff8643e0 Auto-format Python scripts 2020-04-01 09:35:09 +02:00
sharkdp
94d458cf80 Output formatting 2019-10-07 19:34:05 +02:00
sharkdp
c06f50d305 Add help text 2019-10-07 19:34:05 +02:00
sharkdp
071d5c6993 Add error message 2019-10-07 19:34:05 +02:00
Yasuaki Uechi
5a3fc3c92a scripts: add welch's t test 2019-10-07 19:34:05 +02:00