From 79ec5a0fb540967a61f309f6e67e2eb267242ed9 Mon Sep 17 00:00:00 2001 From: 8cH9azbsFifZ Date: Sun, 17 Dec 2023 18:39:26 +0100 Subject: [PATCH] fix python version --- python/mopp/src/mopp/__init__.py | 2 +- python/mopp/tests/test_chat_server.py | 2 +- wip/test.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/python/mopp/src/mopp/__init__.py b/python/mopp/src/mopp/__init__.py index d80c8ee..7384dd2 100644 --- a/python/mopp/src/mopp/__init__.py +++ b/python/mopp/src/mopp/__init__.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python3 +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # This file is part of the SigBit project # https://github.com/tuxintrouble/sigbit diff --git a/python/mopp/tests/test_chat_server.py b/python/mopp/tests/test_chat_server.py index a93a4bf..e5a0d9b 100755 --- a/python/mopp/tests/test_chat_server.py +++ b/python/mopp/tests/test_chat_server.py @@ -1 +1 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 diff --git a/wip/test.py b/wip/test.py index 0788704..289a7b5 100644 --- a/wip/test.py +++ b/wip/test.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 my_array = [60, -60, 180, -60, 380, -60] my_v = [-2000, +50, -50, +50, -50, +50, -50, +150]