RunestoneServer icon indicating copy to clipboard operation
RunestoneServer copied to clipboard

Clean: Remove unnecessary shell --venv option.

Open bjones1 opened this issue 3 years ago • 0 comments

The ensure_in_docker() function already runs source $RUNESTONE_PATH/.venv/bin/activate, so we're already in a venv without running poetry run bash.

bjones1 avatar Sep 08 '22 21:09 bjones1