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 0940129 commit d586aadCopy full SHA for d586aad
Makefile.pre.in
@@ -2366,7 +2366,7 @@ install: @FRAMEWORKINSTALLFIRST@ @INSTALLTARGETS@ @FRAMEWORKINSTALLLAST@
2366
install|*) ensurepip="" ;; \
2367
esac; \
2368
$(RUNSHARED) $(PYTHON_FOR_BUILD) -m ensurepip \
2369
- $$ensurepip --prefix=$(prefix) ; \
+ $$ensurepip --root=$(DESTDIR)/ --prefix=$(prefix) ; \
2370
fi
2371
2372
.PHONY: altinstall
@@ -2377,7 +2377,7 @@ altinstall: commoninstall
2377
install|*) ensurepip="--altinstall" ;; \
2378
2379
2380
2381
2382
2383
.PHONY: commoninstall
0 commit comments