Skip to content

Commit

Permalink
Run -update scripts in Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jun 16, 2018
1 parent 339e413 commit e2f66d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/update
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

set -e

# export python=python3
# export pip=pip3
if [ $(which python3) ] && [ $(which pip3) ]; then
export python=python3
export pip=pip3
fi

root=$(cd $(dirname ${0})/..; pwd)
tools=${root}/tools
Expand Down

0 comments on commit e2f66d8

Please sign in to comment.