Skip to content

Commit

Permalink
Avoid calling setuptools directly (see discussion e.g. here: pypa/set…
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob414 committed Jul 13, 2020
1 parent 12b7778 commit cb8086b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -12,7 +12,8 @@ include ~/.config/plusrc
all: $(PLUS_PYENV) ruby

cust-pkg:
$(PLUS_VPYTHON) $(ABS_PLUS_SRC)/setup.py develop
cd $(PLUS_SRC)
$(PLUS_PIP) -e install .

show:
@echo $(ABS_PLUS_SRC)
Expand Down

0 comments on commit cb8086b

Please sign in to comment.