Skip to content

Commit 335a697

Browse files
committed
BF: fix use of GET_PIP_URL variable
1 parent ff199d5 commit 335a697

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
@@ -170,7 +170,7 @@ function install_mac_numpy {
170170
function get_pip {
171171
PYTHON=$1
172172

173-
curl -O GET_PIP_URL > get-pip.py
173+
curl -O $GET_PIP_URL > get-pip.py
174174
require_success "failed to download get-pip"
175175

176176
sudo $PYTHON get-pip.py

0 commit comments

Comments
 (0)