We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7df055 commit fa3aa3bCopy full SHA for fa3aa3b
bin/compile
@@ -13,7 +13,7 @@ if [[ ! $VERSION ]] ; then
13
fi
14
15
function install_numpy() {
16
- if [[ $VERSION =~ ^pypy ]]; then
+ if [[ $VERSION == pypy* ]]; then
17
$HOME/virtualenv/$VIRTENV_VERSION/bin/pip -m pip install git+https://bitbucket.org/pypy/numpy.git
18
else
19
$HOME/virtualenv/$VIRTENV_VERSION/bin/pip install --upgrade $CPYTHON_ONLY_PKGS
0 commit comments