Skip to content

Commit

Permalink
Merge pull request #476 from openxc/Bootstrap_Fix
Browse files Browse the repository at this point in the history
Fix for bootstrap failure
  • Loading branch information
pjt0620 committed Aug 11, 2021
2 parents 4da5602 + 7e7a9d5 commit 9701335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/bootstrap/common.sh
Expand Up @@ -234,6 +234,7 @@ pre-configured Vagrant environment. See the docs for more information."
if ! command -v pip3 >/dev/null 2>&1; then
_install python3-pip
$SUDO_CMD ln -s /usr/bin/pip3 /usr/bin/pip
$SUDO_CMD pip install --upgrade pip
fi

PIP_SUDO_CMD=
Expand Down

0 comments on commit 9701335

Please sign in to comment.