forked from LBRYCommunity/lbry-sdk
fix pip
This commit is contained in:
parent
8eb740cf67
commit
7069ffa37d
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ if ! cmd_exists python; then
|
|||
$INSTALL python2.7
|
||||
elif $OSX; then
|
||||
brew install python
|
||||
curl https://bootstrap.pypa.io/get-pip.py | python
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue