eric-maynard commented on code in PR #2228:
URL: https://github.com/apache/polaris/pull/2228#discussion_r2252032627
##########
polaris:
##########
@@ -68,4 +68,4 @@ if [ -z "$VIRTUAL_ENV" ] || [ "$(realpath "$VIRTUAL_ENV")" !=
"$(realpath "${dir
fi
export SCRIPT_DIR="${dir}"
-exec polaris "$@"
+env PYTHONPATH=client/python SCRIPT_DIR="$dir"
"${dir}"/polaris-venv/bin/python3 client/python/cli/polaris_cli.py "$@"
Review Comment:
Let me ask, good idea. Separately, IIUC the podman requirement can go away
in the future too?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]