Skip to content

Cargo bin's not added to PATH  #535

@gnzlbg

Description

@gnzlbg

I'm using the fish shell under MacOS X Capitan and after using rustup.rs I get the following message:

Rust is installed now. Great!

To get started you need Cargo's bin directory in your PATH environment variable.
Next time you log in this will be done automatically.

The next time I logged in Cargo was not in my PATH. I had to add it manually.

In my .config/config/fish.config file I have a:

set -x PATH ...

line where I had to manually add cargo bin's:

set -x PATH ... .cargo/bin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions