fix: devcontainer setup poetry venv setup (#2027)

Signed-off-by: William Brawner <me@wbrawner.com>

Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
William Brawner 2023-01-14 11:31:00 -07:00 committed by GitHub
parent 0cd892059b
commit 611a105988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,7 @@ ENV PYTHONUNBUFFERED=1 \
PIP_NO_CACHE_DIR=off \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=100 \
POETRY_HOME="/opt/poetry" \
POETRY_VIRTUALENVS_CREATE=false
POETRY_HOME="/opt/poetry"
# prepend poetry and venv to path
ENV PATH="$POETRY_HOME/bin:$PATH"