When using a virtual environment in a Gauge project, setting GAUGE_PYTHON_COMMAND to a relative path like .venv/bin/python fails because the plugin's working directory is the plugin install directory, not the project root.
The GAUGE_PROJECT_ROOT environment variable is available but not used to resolve relative paths in start.sh / start.bat.
This is inconsistent with STEP_IMPL_DIR, which already resolves relative paths against GAUGE_PROJECT_ROOT in util.py.
When using a virtual environment in a Gauge project, setting GAUGE_PYTHON_COMMAND to a relative path like .venv/bin/python fails because the plugin's working directory is the plugin install directory, not the project root.
The GAUGE_PROJECT_ROOT environment variable is available but not used to resolve relative paths in start.sh / start.bat.
This is inconsistent with STEP_IMPL_DIR, which already resolves relative paths against GAUGE_PROJECT_ROOT in util.py.