Skip to content

Commit

Permalink
source venv
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Aug 28, 2024
1 parent 655397d commit 72d5329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ docker run \
--rm \
--volume $PWD:/tmp/plotjuggler \
--workdir /tmp/plotjuggler plotjuggler:latest \
/bin/bash -c "mkdir -p build && cd build && cmake .. && make -j$(nproc)"
/bin/bash -c "source /.venv/bin/activate && mkdir -p build && cd build && cmake .. && make -j$(nproc)"

0 comments on commit 72d5329

Please sign in to comment.