Skip to content

Commit

Permalink
trying to add Poetry to the PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Jan 21, 2022
1 parent ac15072 commit b57d36f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ RUN conda install -c conda-forge --quiet --yes \
jupyter-lsp-python

RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

ENV PATH="$HOME/.poetry/bin:${PATH}"

0 comments on commit b57d36f

Please sign in to comment.