From 03cb19819bd3dbb200df05ba17af8886a0d1d949 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Wed, 16 Jun 2021 17:12:50 +0200 Subject: [PATCH] Shebang now points to .venv-python --- caliGraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caliGraph.py b/caliGraph.py index a289821..a9527a6 100755 --- a/caliGraph.py +++ b/caliGraph.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.9 +#!./.venv/bin/python3.9 import os import json import math