If you are not in a `poetry shell`, the venv detection does not work. This patch prepends `poetry run` before `poetry env info -p`, which makes venv detection work both inside and outside the poetry subshell.
If you are not in a `poetry shell`, the venv detection does not work. This patch prepends `poetry run` before `poetry env info -p`, which makes venv detection work both inside and outside the poetry subshell.