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 b5283e7 commit 066fb86Copy full SHA for 066fb86
Makefile.pre.in
@@ -2371,7 +2371,7 @@ install: @FRAMEWORKINSTALLFIRST@ @INSTALLTARGETS@ @FRAMEWORKINSTALLLAST@
2371
install|*) ensurepip="" ;; \
2372
esac; \
2373
$(RUNSHARED) $(PYTHON_FOR_BUILD) -m ensurepip \
2374
- $$ensurepip --prefix=$(prefix) ; \
+ $$ensurepip --root=$(DESTDIR)/ --prefix=$(prefix) ; \
2375
fi
2376
2377
.PHONY: altinstall
@@ -2382,7 +2382,7 @@ altinstall: commoninstall
2382
install|*) ensurepip="--altinstall" ;; \
2383
2384
2385
2386
2387
2388
.PHONY: commoninstall
0 commit comments