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 5c4b65b commit a8847c2Copy full SHA for a8847c2
Makefile.pre.in
@@ -2336,7 +2336,7 @@ install: @FRAMEWORKINSTALLFIRST@ @INSTALLTARGETS@ @FRAMEWORKINSTALLLAST@
2336
install|*) ensurepip="" ;; \
2337
esac; \
2338
$(RUNSHARED) $(PYTHON_FOR_BUILD) -m ensurepip \
2339
- $$ensurepip --prefix=$(prefix) ; \
+ $$ensurepip --root=$(DESTDIR)/ --prefix=$(prefix) ; \
2340
fi
2341
2342
.PHONY: altinstall
@@ -2347,7 +2347,7 @@ altinstall: commoninstall
2347
install|*) ensurepip="--altinstall" ;; \
2348
2349
2350
2351
2352
2353
.PHONY: commoninstall
0 commit comments