Skip to content

Commit

Permalink
Change pipx binary directory (#17)
Browse files Browse the repository at this point in the history
Defining the `PIPX_BIN_DIR` environment variable allows us to change where pipx stores binaries at. Previously this was `~/.local/bin` but with this PR the directory has been changed to `/usr/local/bin`
  • Loading branch information
volsa authored Jun 12, 2024
1 parent 084e921 commit 7fc4e7e
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 7fc4e7e

Please sign in to comment.