Skip to content

search: venvs invoked by skein must invoke python directly

Ebernhardson requested to merge work/ebernhardson/drop-dated-skein into main

Invoking a console script directly doesn't work, it refers to the exact path on the build instance where the python executable was. Instead we need to invoke python from the venv directly and point it at the console script to be invoked.

Merge request reports