Skip to content

Commit

Permalink
Enable installing packages with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 5, 2024
1 parent c91da69 commit 7219739
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builder/image-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ my_travis_retry() {
return $result
}

echo "Enable installing packages with pip"
rm /usr/lib/python3.11/EXTERNALLY-MANAGED

# TODO: 'kinetic-rosdep-clover.yaml' should add only if we use our repo?
echo_stamp "Init rosdep"
my_travis_retry rosdep init
Expand Down

0 comments on commit 7219739

Please sign in to comment.