mirror of https://github.com/explosion/spaCy.git
Try to debug tmpdir problem
This commit is contained in:
parent
ec660e3131
commit
61a71d8bcc
6
Makefile
6
Makefile
|
@ -24,7 +24,11 @@ endif
|
||||||
|
|
||||||
|
|
||||||
dist/$(SPACY_BIN) : $(WHEELHOUSE)/spacy-$(PYVER)-$(version).stamp
|
dist/$(SPACY_BIN) : $(WHEELHOUSE)/spacy-$(PYVER)-$(version).stamp
|
||||||
$(VENV)/bin/pex \
|
tmp_dir = $(TMPDIR)
|
||||||
|
echo $(tmp_dir)
|
||||||
|
source $(VENV)/bin/activate
|
||||||
|
export TMPDIR=$(tmp_dir)
|
||||||
|
pex \
|
||||||
-f $(WHEELHOUSE) \
|
-f $(WHEELHOUSE) \
|
||||||
--no-index \
|
--no-index \
|
||||||
--disable-cache \
|
--disable-cache \
|
||||||
|
|
Loading…
Reference in New Issue