Commit af5553bb authored by Jens Melgard Churchill's avatar Jens Melgard Churchill
Browse files

Merge branch 'Step-1' into Step-2

parents bacaa9f0 1eb7b743
Showing with 1 addition and 4 deletions
+1 -4
#!/usr/bin/env bash
set -e
PYTHONPATH="/QOpenSys/pkgs/lib/python39.zip:/QOpenSys/pkgs/lib/python3.9:/QOpenSys/pkgs/lib/python3.9/lib-dynload:/home/$USER/fastapi/.venv/lib/python3.9/site-packages:/QOpenSys/pkgs/lib/python3.9/site-packages"
export PYTHONPATH
if ! command hypercorn &>/dev/null; then
if [ ! -d ".venv" ]; then
echo "Creating virtual environment"
rm -f ".cur_branch"
python -m venv .venv
python -m venv --system-site-packages .venv
fi
if [ -z "$VIRTUAL_ENV" ]; then
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment