#!/bin/bash # Source the conda initialization script source /home/karateka/miniconda3/etc/profile.d/conda.sh # Activate the 'owl' conda environment conda activate owl # Execute the Python application (use exec to pass control) exec python /opt/owl/owl/webapp_de.py