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.
--root
1 parent f309776 commit 00bf1e7Copy full SHA for 00bf1e7
1 file changed
Makefile.pre.in
@@ -2443,7 +2443,7 @@ install: @FRAMEWORKINSTALLFIRST@ @INSTALLTARGETS@ @FRAMEWORKINSTALLLAST@
2443
install|*) ensurepip="" ;; \
2444
esac; \
2445
$(RUNSHARED) $(PYTHON_FOR_BUILD) -m ensurepip \
2446
- $$ensurepip --prefix=$(prefix) ; \
+ $$ensurepip --root=$(DESTDIR)/ --prefix=$(prefix) ; \
2447
fi
2448
2449
.PHONY: altinstall
@@ -2454,7 +2454,7 @@ altinstall: commoninstall
2454
install|*) ensurepip="--altinstall" ;; \
2455
2456
2457
2458
2459
2460
.PHONY: commoninstall
0 commit comments