Skip to content

Commit

Permalink
change python version from 3.6 to 3.8 for anvil
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilby59 committed Oct 25, 2023
1 parent b97dee1 commit b6fb787
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
@@ -1,5 +1,5 @@
#!/bin/bash
colcon build \
--symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release \
-DPython3_EXECUTABLE=$(which python3.6) -DCMAKE_CUDA_STANDARD=14 \
-DPython3_EXECUTABLE=$(which python3.8) -DCMAKE_CUDA_STANDARD=14 \
--packages-up-to edge_auto_jetson_launch

0 comments on commit b6fb787

Please sign in to comment.