1
0
Fork 0

Use /bin/env in make_readme shebang

It helps with virtualenv usage

Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
This commit is contained in:
Nils VAN ZUIJLEN 2021-05-26 18:37:26 +02:00
parent 798dd4722f
commit 354f74241f

View file

@ -1,4 +1,4 @@
#! /usr/bin/python3
#! /usr/bin/env python3
import argparse
import json