Commit 4808acf6 authored by Deshui Yu's avatar Deshui Yu Committed by fishyds
Browse files

Update makefile to use $(PATH)

parent 6345928f
...@@ -79,7 +79,7 @@ pip-install: ...@@ -79,7 +79,7 @@ pip-install:
cp -rT yarn-v1.9.4 $(INSTALL_PREFIX)/yarn cp -rT yarn-v1.9.4 $(INSTALL_PREFIX)/yarn
### Export PATH for node and yarn ### Export PATH for node and yarn
export PATH=${INSTALL_PREFIX}/node/bin:${INSTALL_PREFIX}/yarn/bin:$PATH export PATH=$(INSTALL_PREFIX)/node/bin:$(INSTALL_PREFIX)/yarn/bin:$(PATH)
### Building NNI Manager ### ### Building NNI Manager ###
cd src/nni_manager && $(YARN) && $(YARN) build cd src/nni_manager && $(YARN) && $(YARN) build
......
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