From 9af2f873ef21fedbff2d52b6a38236e4ad750552 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 27 Nov 2014 17:04:25 +0000 Subject: [PATCH] zsh: use python2 in catkin_make --- zsh/aliases/ros.zsh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 zsh/aliases/ros.zsh diff --git a/zsh/aliases/ros.zsh b/zsh/aliases/ros.zsh new file mode 100644 index 0000000..0cdef45 --- /dev/null +++ b/zsh/aliases/ros.zsh @@ -0,0 +1,3 @@ +# use python2 +alias catkin_make='catkin_make -DPYTHON_EXECUTABLE=/usr/bin/python2 -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so' +alias catkin_make_isolated='catkin_make_isolated -DPYTHON_EXECUTABLE=/usr/bin/python2 -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so' -- 2.48.1