mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-30 14:59:31 +00:00
builder: Make pip refer to pip2 by default
This may break rosdep down the line, but it seems to call `pip3` explicitly
This commit is contained in:
@@ -121,9 +121,8 @@ sed -i "s/updates_available//" /usr/share/byobu/status/status
|
||||
|
||||
echo_stamp "Installing pip"
|
||||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||
# Install pip for python2 first, so that pip binary will default to pip3
|
||||
python get-pip.py
|
||||
python3 get-pip.py
|
||||
python get-pip.py
|
||||
rm get-pip.py
|
||||
#my_travis_retry pip install --upgrade pip
|
||||
#my_travis_retry pip3 install --upgrade pip
|
||||
|
||||
Reference in New Issue
Block a user