need python2.7-dev always
This commit is contained in:
parent
4cdf12a169
commit
b1ce329e8e
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ fi
|
||||||
|
|
||||||
if $LINUX; then
|
if $LINUX; then
|
||||||
INSTALL="$SUDO apt-get install --no-install-recommends -y"
|
INSTALL="$SUDO apt-get install --no-install-recommends -y"
|
||||||
$INSTALL build-essential libssl-dev libffi-dev libgmp3-dev
|
$INSTALL build-essential libssl-dev libffi-dev libgmp3-dev python2.7-dev
|
||||||
elif $OSX && ! cmd_exists brew ; then
|
elif $OSX && ! cmd_exists brew ; then
|
||||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||||
fi
|
fi
|
||||||
|
@ -48,7 +48,7 @@ fi
|
||||||
|
|
||||||
if ! cmd_exists python; then
|
if ! cmd_exists python; then
|
||||||
if $LINUX; then
|
if $LINUX; then
|
||||||
$INSTALL python2.7 python2.7-dev
|
$INSTALL python2.7
|
||||||
elif $OSX; then
|
elif $OSX; then
|
||||||
brew install python
|
brew install python
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue