Skip to content

Cargo bin's not added to PATH in Zsh shell #2436

@inneroot

Description

@inneroot

I'm using zsh shell on my linux, and just like in issue #535 I had to manually add cargo bin's after installing rustup.

path+=('home/__username__/.cargo/bin') 
export PATH

I got solution from stackoverflow

But seems i just should to run
source $HOME/.cargo/env

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions