nguyenchr / atom-cargo-test-runner

Cargo test runner for Atom Editor
https://atom.io/packages/cargo-test-runner
MIT License
5 stars 3 forks source link

Don't use absolute path for cargo #6

Open mtorromeo opened 9 years ago

mtorromeo commented 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.

Thanks!