Command not found #438
-
Hi, flutter pub add rinf which said it was already installed. cargo install rinf and then rinf message The last one returns rinf: Command not found Can you help me? |
Beta Was this translation helpful? Give feedback.
Answered by
Math-Fauch
Sep 18, 2024
Replies: 1 comment
-
I succeeded by founding out that the executable is from rust and not flutter. export PATH="$HOME/.cargo/bin:$PATH" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Math-Fauch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I succeeded by founding out that the executable is from rust and not flutter.
for future noob like me:
the path for the executable is ~/.cargo/bin/rinf
you need to add to your path $HOME/.cargo/bin