Closed laurentlbm closed 3 years ago
Hmm, it might not be set as a global env variable but I'm pretty sure cargo sets it at runtime or something...
I do agree though, for a long time my cargo packages never appeared although they did appear on others' machines.
I'll use what you suggested instead.
Hmm, it might not be set as a global env variable but I'm pretty sure cargo sets it at runtime or something...
On my 2 machines (Arch and Fedora), it isn't set...
$CARGO_HOME
is used to override the location of the Cargo directory, but it is not mandatory. By default, Cargo uses in$HOME/.cargo
.