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.
2 parents 9800bf5 + 849db1e commit 01ac4a2Copy full SHA for 01ac4a2
bin/compile
@@ -14,10 +14,9 @@ fi
14
15
function install_numpy() {
16
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
+ $HOME/virtualenv/$VIRTENV_VERSION/bin/pypy -m ensurepip
20
fi
+ $HOME/virtualenv/$VIRTENV_VERSION/bin/pip install --upgrade numpy
21
}
22
23
set -o xtrace
0 commit comments