From c2cfaa4058993bb4183ddd9c2a63495a7839ed40 Mon Sep 17 00:00:00 2001 From: Anne Philipp <anne.philipp@univie.ac.at> Date: Mon, 29 Jul 2019 12:20:30 +0200 Subject: [PATCH] changed from anaconda to environment python --- source/pythontest/TestTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/pythontest/TestTools.py b/source/pythontest/TestTools.py index 1fe2a85..4653711 100644 --- a/source/pythontest/TestTools.py +++ b/source/pythontest/TestTools.py @@ -1,4 +1,4 @@ -#!/opt/anaconda/bin/python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # for the gateway tests, the env vars of ECUID and ECGID have to be set upfront -- GitLab