Closed jsh3lly closed 2 years ago
Check the $user/.cargo/bin/
folder and check for a fyrox-template executable. List what executables you have in the folder.
Right. Just did that. I realised that the executable could be in some /bin
folder not in $PATH
. Did cargo started doing this recently? (Not putting bins in path?) or am I missing something?
Right. Just did that. I realised that the executable could be in some
/bin
folder not in$PATH
. Did cargo started doing this recently? (Not putting bins in path?) or am I missing something?
No, cargo does add the .cargo/bin/ folder to the path on windows. When I installed arcolinux one time I had to manually add all the stuff to $PATH.
Alright, maybe it makes sense as I use endevouros which is also an Arch derivative. Thank you so much!
Did
cargo install fyrox-template
. Installedfyrox-template v0.3.0
. Then didfyrox-template
and gotzsh: command not found: fyrox-template
.