denseflow
denseflow copied to clipboard
how to add denseflow to PATH
i have install denseflow , it show
denseflow installed on /home/ubt/app
but, when i use denseflow ,it show
denseflow: command not found
how to add denseflow to PATH
I ran into the same problem. Have you solved it?
I ran into the same problem. Have you solved it?
I didn't solve it. I had to give up
same problem
I had the same issue and then noticed I missed adding the following to my .zshrc
:
export ZZROOT=$HOME/app
export PATH=$ZZROOT/bin:$PATH
export LD_LIBRARY_PATH=$ZZROOT/lib:$ZZROOT/lib64:$LD_LIBRARY_PATH
See the Install Guide