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 335a697 commit aacad0dCopy full SHA for aacad0d
install.sh
@@ -288,7 +288,7 @@ elif [ "$TEST" == "macpython27_10.9" ] ; then
288
install_freetype $FT_VERSION
289
PY=${PY_VERSION:0:3}
290
get_pip $PYTHON
291
- export PIP="sudo $MACPYTHON_PREFIX/$PY/bin/pip-$PY"
+ 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
0 commit comments