denseflow icon indicating copy to clipboard operation
denseflow copied to clipboard

how to add denseflow to PATH

Open bugcat9 opened this issue 2 years ago • 4 comments

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

bugcat9 avatar Dec 09 '22 09:12 bugcat9

I ran into the same problem. Have you solved it?

laohuijiadezhu avatar Apr 28 '23 10:04 laohuijiadezhu

I ran into the same problem. Have you solved it?

I didn't solve it. I had to give up

bugcat9 avatar Apr 29 '23 06:04 bugcat9

same problem

arnobanu avatar May 17 '23 02:05 arnobanu

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

henryrobbins avatar Mar 12 '24 03:03 henryrobbins