From a5c36b1c7c64ef1a03be5e6d8dd05bf636de80f2 Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Sun, 28 Aug 2022 18:51:34 +0300 Subject: [PATCH] .sh fixes (add shebang for @Ruin in Konsole@) --- Agent/start.sh | 1 + Orchestrator/start.sh | 1 + Utils/Jupyter-notebooks/start.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/Agent/start.sh b/Agent/start.sh index 5776ee82..612e5e65 100644 --- a/Agent/start.sh +++ b/Agent/start.sh @@ -1,2 +1,3 @@ +#!/bin/bash export PYTHONPATH="../Sources" ./../Resources/LPy64-3105/bin/python3.10 "config.py" diff --git a/Orchestrator/start.sh b/Orchestrator/start.sh index 5776ee82..612e5e65 100644 --- a/Orchestrator/start.sh +++ b/Orchestrator/start.sh @@ -1,2 +1,3 @@ +#!/bin/bash export PYTHONPATH="../Sources" ./../Resources/LPy64-3105/bin/python3.10 "config.py" diff --git a/Utils/Jupyter-notebooks/start.sh b/Utils/Jupyter-notebooks/start.sh index 9e33cce4..8765ab70 100644 --- a/Utils/Jupyter-notebooks/start.sh +++ b/Utils/Jupyter-notebooks/start.sh @@ -1 +1,2 @@ +#!/bin/bash ./../../Resources/LPy64-3105/bin/python3.10 -m notebook --notebook-dir=$PWD