Created
January 9, 2020 07:00
-
-
Save jthorniley/fba81c62a9d45c723777c7205ff96481 to your computer and use it in GitHub Desktop.
Install Poetry in Docker devcontainer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USER vscode | |
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - --version=0.12.17 | |
ENV PATH "/home/vscode/.poetry/bin:$PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could also set the variable in the local poetry config file
poetry.toml
:Or using the CLI: