From 881c21cc9c6b99f3a9f660e3765637436e34bec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Thu, 27 Jul 2023 16:14:31 +0200 Subject: [PATCH] make shebang use env --- hanabi_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hanabi_cli.py b/hanabi_cli.py index 4b3bcab..4a3e135 100755 --- a/hanabi_cli.py +++ b/hanabi_cli.py @@ -1,4 +1,4 @@ -#! /bin/python3 +#! /usr//bin/env python3 """ Short executable file to start the command-line-interface for the hanabi package.