Open mtorromeo opened 9 years ago
Since the dawn of time Unix supported searching for binary in $PATH. Please just use cargo as the default value for cargoBinaryPath. Linux distros provide /usr/bin/cargo anyway, so defaulting to /usr/local/bin is really inconvenient.
cargo
cargoBinaryPath
/usr/bin/cargo
/usr/local/bin
Thanks!
Since the dawn of time Unix supported searching for binary in $PATH. Please just use
cargo
as the default value forcargoBinaryPath
. Linux distros provide/usr/bin/cargo
anyway, so defaulting to/usr/local/bin
is really inconvenient.Thanks!