diff --git a/plugins/poetry.json b/plugins/poetry.json index a4da8e39675..5b94cfe92ef 100644 --- a/plugins/poetry.json +++ b/plugins/poetry.json @@ -1,12 +1,13 @@ { "name": "poetry", - "version": "0.0.5", + "version": "0.0.6", "description": "This plugin automatically configures poetry to use the version of python installed in your Devbox shell, instead of the Python version that it is bundled with. The pyproject.toml location can be configured by setting DEVBOX_PYPROJECT_DIR (defaults to the devbox.json's directory).", "env": { "DEVBOX_DEFAULT_PYPROJECT_DIR": "{{ .DevboxProjectDir }}", "POETRY_VIRTUALENVS_IN_PROJECT": "true", "POETRY_VIRTUALENVS_CREATE": "true", - "POETRY_VIRTUALENVS_PATH": "{{.Virtenv}}/.virtualenvs" + "POETRY_VIRTUALENVS_PATH": "{{.Virtenv}}/.virtualenvs", + "PATH": "{{ .DevboxProjectDir }}/.venv/bin:$PATH" }, "create_files": { "{{ .Virtenv }}/bin/initHook.sh": "poetry/initHook.sh"