From 4af7172f8111a058df337580a699ef683f08cb7f Mon Sep 17 00:00:00 2001 From: unknown321 Date: Thu, 2 Jan 2025 15:52:05 +0300 Subject: [PATCH] fix interpreter selection --- 02_art_unpack.py | 2 +- 02_art_z_generate_reference_labels_only.py | 2 +- 03_art_pack.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/02_art_unpack.py b/02_art_unpack.py index dd8cbd5..8d49f9a 100755 --- a/02_art_unpack.py +++ b/02_art_unpack.py @@ -1,4 +1,4 @@ -#!python3 +#!/usr/bin/env python3 from pathlib import Path from ipodhax.silverdb import unpack_silverdb diff --git a/02_art_z_generate_reference_labels_only.py b/02_art_z_generate_reference_labels_only.py index fdf6de3..37d3e99 100755 --- a/02_art_z_generate_reference_labels_only.py +++ b/02_art_z_generate_reference_labels_only.py @@ -1,4 +1,4 @@ -#!python3 +#!/usr/bin/env python3 from ipodhax.silverdb import unpack_silverdb from pathlib import Path diff --git a/03_art_pack.py b/03_art_pack.py index 21519d5..d4eadf1 100755 --- a/03_art_pack.py +++ b/03_art_pack.py @@ -1,4 +1,4 @@ -#!python3 +#!/usr/bin/env python3 from pathlib import Path from ipodhax.silverdb import pack_silverdb