Closed AndThem closed 4 years ago
Hi Andreas - thanks a lot for reporting this. The solution is to add the following line to your ~/.profile
file:
export PATH="$HOME/.cargo/bin:$PATH"
See #204 - the website will be updated with more detailed instruction soon.
Describe the bug
I tried to run the example from the doc page in a virtual environment after a fresh install but got this
FileNotFound
error. However cargo has been properly install and its directory added to$PATH
System information:
:warning: Please, provide the following information:
rustup show
?rustc -V
?