Closed imotai closed 1 year ago
This PR focuses on adding the PYTHONPATH environment variable to the start_service.sh script in the docker/start_all.sh file.
export PYTHONPATH=/home/octogen/.local/lib/python3.10/site-packages:$PYTHONPATH
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
/codex {your question}
PR-Codex overview
This PR focuses on adding the PYTHONPATH environment variable to the start_service.sh script in the docker/start_all.sh file.
Detailed summary:
export PYTHONPATH=/home/octogen/.local/lib/python3.10/site-packages:$PYTHONPATH
to the start_service.sh script.