From 2eeb5d5d9154cdac6c0a82e5e06adc64600309cc Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Wed, 28 Sep 2022 13:22:35 -0600 Subject: [PATCH] env bangpath --- scripts/get-devices.py | 2 +- scripts/get-ips.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/get-devices.py b/scripts/get-devices.py index c9e9d11..77b9a2f 100755 --- a/scripts/get-devices.py +++ b/scripts/get-devices.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import depthai diff --git a/scripts/get-ips.py b/scripts/get-ips.py index 43b920a..299fd3d 100755 --- a/scripts/get-ips.py +++ b/scripts/get-ips.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import depthai