Skip to content

Commit

Permalink
Add PIPX_BIN_DIR env
Browse files Browse the repository at this point in the history
  • Loading branch information
volsa committed Jun 12, 2024
1 parent 81818ed commit 8a6397c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN apt-get install -y zip clang lldb lld clangd \
llvm-$LLVM_VER-dev libpolly-$LLVM_VER-dev

# Install llvm-lit, which we use for correctness tests
ENV PIPX_BIN_DIR=/usr/local/bin
RUN python3 -m venv /opt/venv \
&& /opt/venv/bin/python -m pip install --upgrade pip \
&& /opt/venv/bin/python -m pip install pipx \
Expand Down

0 comments on commit 8a6397c

Please sign in to comment.