jsk-ros-pkg / jsk_travis

11 stars 23 forks source link

Support catkin_virtualenv for indigo (Ubuntu 14.04) #452

Open iory opened 1 year ago

iory commented 1 year ago

To support catkin_virtualenv on indigo, we need to run

sed -i 's/upgrade_pip=True/upgrade_pip=False/' /opt/ros/indigo/share/catkin_virtualenv/cmake/build_venv.py

to prevent upgrading to latest pip, which is not Python2 compatible. Related to https://github.com/jsk-ros-pkg/jsk_recognition/pull/2729