Skip to content

Commit aacad0d

Browse files
committed
BF: by default pip does not have a hyphen now
1 parent 335a697 commit aacad0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ elif [ "$TEST" == "macpython27_10.9" ] ; then
288288
install_freetype $FT_VERSION
289289
PY=${PY_VERSION:0:3}
290290
get_pip $PYTHON
291-
export PIP="sudo $MACPYTHON_PREFIX/$PY/bin/pip-$PY"
291+
export PIP="sudo $MACPYTHON_PREFIX/$PY/bin/pip$PY"
292292

293293
# pip gets confused as to which PYTHONPATH it is supposed to look at
294294
# make sure to upgrade default-installed packges so that they actually

0 commit comments

Comments
 (0)