build fixes
This commit is contained in:
parent
9eddc4e528
commit
1c2ca0b3a5
2 changed files with 6 additions and 1 deletions
|
@ -5,6 +5,8 @@ then
|
|||
exit
|
||||
fi
|
||||
|
||||
pyenv update
|
||||
|
||||
function build() {
|
||||
echo "Building for Python $1"
|
||||
pyenv install -s $1
|
||||
|
|
Reference in a new issue