Skip to content

install.sh assumes .local/bin in path? #25

Description

@helmingstay

After running the installer with zsh, I have a modified .zshrc and the installer instructs:
1. Start a new shell (or run: source ~/.bashrc)

After doing so, nvd isn't in path (I'm using .zshrc here).
Output from the install script mentions the wrapper script:
/home/cg79628/.local/bin/nvd

After adding the following line to .zshrc, I can now use nvd:
export PATH=$PATH:~/.local/bin

Is .local/bin/nvd what I want to see for which nvd? If so, I suggest prompting the user to add .local/bin to path (or including this in the install.sh process).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions