Commit 561e7e37 authored by Deshui Yu's avatar Deshui Yu Committed by fishyds
Browse files

Update path in Makefile

parent 4042b503
...@@ -82,7 +82,7 @@ pip-install: ...@@ -82,7 +82,7 @@ pip-install:
export PATH=$(INSTALL_PREFIX)/node/bin:$(INSTALL_PREFIX)/yarn/bin:$(PATH) && cd src/nni_manager && $(YARN) && $(YARN) build export PATH=$(INSTALL_PREFIX)/node/bin:$(INSTALL_PREFIX)/yarn/bin:$(PATH) && cd src/nni_manager && $(YARN) && $(YARN) build
### Building Web UI ### ### Building Web UI ###
cd src/webui && $(YARN) && $(YARN) build export PATH=$(INSTALL_PREFIX)/node/bin:$(INSTALL_PREFIX)/yarn/bin:$(PATH) && cd src/webui && $(YARN) && $(YARN) build
mkdir -p $(BIN_PATH) mkdir -p $(BIN_PATH)
mkdir -p $(INSTALL_PREFIX)/nni mkdir -p $(INSTALL_PREFIX)/nni
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment