Skip to content

Commit

Permalink
Use same version of pip as python
Browse files Browse the repository at this point in the history
Fixes issue [1312](#1312)
  • Loading branch information
jyn514 committed Dec 28, 2017
1 parent cebf32b commit 688d00b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ build_all()

build_py()
{
echo Building python module...
pip install -e ./python || exit 1
echo Building python module...
/usr/bin/env python -m pip install -e ./python || exit 1
}

build_js()
Expand Down

0 comments on commit 688d00b

Please sign in to comment.