From 4939fd9153fd37181297c15cf1efdaeab0a43b35 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Thu, 18 Jan 2018 15:03:04 -0800 Subject: [PATCH] update pip and ensure the right one is being used with an alias --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1392bde..a950521 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,10 @@ ifeq ($(UNAME),Darwin) brew update brew outdated boost || brew upgrade boost || brew install boost brew outdated python || brew upgrade python || brew install python + sudo -H python2 -m pip install -U pip setuptools sudo -H python2 -m pip install rosinstall_generator wstool rosdep empy catkin_pkg sudo -H rosdep init + alias pip="python2 -m pip" rosdep update mkdir catkin_ws cd catkin_ws && rosinstall_generator catkin --rosdistro hydro --tar > catkin.rosinstall