From 5268d2ce7915e4bd71cc34492811184329b03bad Mon Sep 17 00:00:00 2001
From: Luc Papeleux <L.Papeleux@ULiege.be>
Date: Wed, 8 Jul 2020 16:23:41 +0200
Subject: [PATCH] correct SheBang

---
 cleanLocalHdd.py           | 2 +-
 comp.py                    | 2 +-
 externalProgramPath.py     | 2 +-
 externalProgramPathGui.pyw | 2 +-
 launch.py                  | 2 +-
 launchGui.pyw              | 2 +-
 parametricJob.py           | 2 +-
 postProLoop.py             | 2 +-
 postProLoopGui.pyw         | 2 +-
 prmClasses.py              | 2 +-
 prmClassesGui.py           | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/cleanLocalHdd.py b/cleanLocalHdd.py
index 8f09b5b..89180ae 100755
--- a/cleanLocalHdd.py
+++ b/cleanLocalHdd.py
@@ -1,4 +1,4 @@
-#!python3
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Script cleanLocalHdd.py : listing de l'utilisation et nettoyage des disques locaux sur le cluster
diff --git a/comp.py b/comp.py
index 5969eff..36d881f 100755
--- a/comp.py
+++ b/comp.py
@@ -1,4 +1,4 @@
-#!python3
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Script "comp.py":
diff --git a/externalProgramPath.py b/externalProgramPath.py
index 250cbaa..1bed7a5 100755
--- a/externalProgramPath.py
+++ b/externalProgramPath.py
@@ -1,4 +1,4 @@
-#!python3
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Define external program paths according to local configuration
diff --git a/externalProgramPathGui.pyw b/externalProgramPathGui.pyw
index 990ee5c..39987f0 100755
--- a/externalProgramPathGui.pyw
+++ b/externalProgramPathGui.pyw
@@ -1,4 +1,4 @@
-#!python3
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Gui to configure externals program path according to local configuration
diff --git a/launch.py b/launch.py
index 3500dc6..88a5329 100755
--- a/launch.py
+++ b/launch.py
@@ -1,4 +1,4 @@
-#!python3
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Script "launch.py": aide au lancement d'un job Metafor
diff --git a/launchGui.pyw b/launchGui.pyw
index 4e15048..ba2e9f7 100755
--- a/launchGui.pyw
+++ b/launchGui.pyw
@@ -1,4 +1,4 @@
-#!python3
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # GUI de launch.py - version Qt
diff --git a/parametricJob.py b/parametricJob.py
index b5a81d5..d2a210a 100644
--- a/parametricJob.py
+++ b/parametricJob.py
@@ -1,4 +1,4 @@
-#!python3
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 from __future__ import print_function
diff --git a/postProLoop.py b/postProLoop.py
index df6bce6..9b9017e 100755
--- a/postProLoop.py
+++ b/postProLoop.py
@@ -1,4 +1,4 @@
-#!python3
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 # $Id: externalProgramPath.py 2645 2016-05-12 06:29:38Z boman $
 #
diff --git a/postProLoopGui.pyw b/postProLoopGui.pyw
index 3de2651..536d62d 100755
--- a/postProLoopGui.pyw
+++ b/postProLoopGui.pyw
@@ -1,4 +1,4 @@
-#!python3
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 # $Id: externalProgramPathGui.pyw 2384 2015-09-22 10:07:54Z papeleux $
 #
diff --git a/prmClasses.py b/prmClasses.py
index 01e355a..65b950b 100644
--- a/prmClasses.py
+++ b/prmClasses.py
@@ -1,4 +1,4 @@
-#!python3
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Classes de gestion des parametres
diff --git a/prmClassesGui.py b/prmClassesGui.py
index 6c6b111..770a235 100644
--- a/prmClassesGui.py
+++ b/prmClassesGui.py
@@ -1,4 +1,4 @@
-#!python3
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 # $Id: prmClassesGui.py 2645 2016-05-12 06:29:38Z boman $
 #
-- 
GitLab