mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-23 04:04:54 +08:00
update usage of pip due to changes in Homebrew
This commit is contained in:
parent
c0f63b9976
commit
bcca007db8
5
Makefile
5
Makefile
@ -8,8 +8,9 @@ ifeq ($(UNAME),Darwin)
|
||||
brew tap ros/deps
|
||||
brew update
|
||||
brew outdated boost || brew upgrade boost || brew install boost
|
||||
sudo pip install rosinstall_generator wstool rosdep empy catkin_pkg
|
||||
sudo rosdep init
|
||||
brew outdated python || brew upgrade python || brew install python
|
||||
sudo -H python2 -m pip install rosinstall_generator wstool rosdep empy catkin_pkg
|
||||
sudo -H rosdep init
|
||||
rosdep update
|
||||
mkdir catkin_ws
|
||||
cd catkin_ws && rosinstall_generator catkin --rosdistro hydro --tar > catkin.rosinstall
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user