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 aacad0d commit a984945Copy full SHA for a984945
install.sh
@@ -291,7 +291,7 @@ elif [ "$TEST" == "macpython27_10.9" ] ; then
291
export PIP="sudo $MACPYTHON_PREFIX/$PY/bin/pip$PY"
292
293
# pip gets confused as to which PYTHONPATH it is supposed to look at
294
- # make sure to upgrade default-installed packges so that they actually
+ # make sure to upgrade default-installed packages so that they actually
295
# show up in $PYTHON's search path
296
if [ -z "$BIN_NUMPY" ] ; then
297
$PIP install numpy
0 commit comments