Skip to content

Commit

Permalink
Allow reinstall with make install (mininet#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
lantz authored Feb 8, 2021
1 parent c2fb4d2 commit 6b90434
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ install-manpages: $(MANPAGES)
install -D -t $(MANDIR) $(MANPAGES)

install: install-mnexec install-manpages
# This seems to work on all pip versions
$(PYTHON) -m pip uninstall mininet || true
$(PYTHON) -m pip install .

develop: $(MNEXEC) $(MANPAGES)
Expand Down

0 comments on commit 6b90434

Please sign in to comment.