From 37ca92cc8923254bb579eb986bb924438bd5e9e8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 10 Mar 2020 22:42:21 -0700 Subject: use local env in python scripts Without this correct/canonical shebang invocation, virtualenvs (pipenv) don't work. --- python/scripts/arabesque2ingestrequest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/scripts/arabesque2ingestrequest.py') diff --git a/python/scripts/arabesque2ingestrequest.py b/python/scripts/arabesque2ingestrequest.py index fa46f10..03a1f29 100755 --- a/python/scripts/arabesque2ingestrequest.py +++ b/python/scripts/arabesque2ingestrequest.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 """ This script is intended to be used for backfill ingest of old crawls. It can -- cgit v1.2.3