Browse Source

Make script executable in venv

Stan Jansen 4 năm trước cách đây
mục cha
commit
4432cee4e9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      voedingscentrum.py

+ 1 - 0
voedingscentrum.py

@@ -1,3 +1,4 @@
+#!./python_env/bin/python3
 from argparse import ArgumentParser
 from datetime import date
 from getpass import getuser