Skip to content

Commit

Permalink
pipx and pdm
Browse files Browse the repository at this point in the history
  • Loading branch information
birdhackor authored Jun 24, 2024
1 parent 57f6a1b commit 4cffe83
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@ RUN ln -s /usr/local/python3.11/bin/python3.11 /usr/local/python3.11/bin/python3

RUN echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/python3.11/lib/" >> ~/.bashrc

WORKDIR /
RUN pip3 install pipx && \
ln -s /usr/local/python3.11/bin/pipx /usr/bin/pipx && \
pipx install pdm && \
pipx ensurepath

WORKDIR /root

0 comments on commit 4cffe83

Please sign in to comment.