main
sh 12 lines 295 Bytes
Raw
1 #!/bin/bash
2 set -e
3
4 # this has to be ready from base image
5 # if [ ! -d /opt/venv ]; then
6 # # Create and activate Python virtual environment
7 # python3.12 -m venv /opt/venv
8 # source /opt/venv/bin/activate
9 # else
10 # source /opt/venv/bin/activate
11 # fi
12 source /opt/venv-a0/bin/activate