Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to add denseflow to PATH #69

Open
bugcat9 opened this issue Dec 9, 2022 · 4 comments
Open

how to add denseflow to PATH #69

bugcat9 opened this issue Dec 9, 2022 · 4 comments

Comments

@bugcat9
Copy link

bugcat9 commented Dec 9, 2022

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

@laohuijiadezhu
Copy link

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

@bugcat9
Copy link
Author

bugcat9 commented Apr 29, 2023

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

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

@arnobanu
Copy link

same problem

@henryrobbins
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants