Skip to content

Install on macOS doesn't work #23

@karlic

Description

@karlic

Using:

curl --proto '=https' --tlsv1.2 -sLSf "https://github.com/dmtrKovalenko/blendr/blob/main/install.sh?raw=true" | sh

results in an executable called $HOME/.local/bin i.e., blendr is not put in bin, but is called bin

The script needs the single line:

install_dir="$HOME/.local/bin"

replaced with the two lines:

mkdir -p "$HOME/.local/bin"
install_dir="$HOME/.local/bin/" NOTE the trailing slash

Note also that the path to blendr is not added to $PATH

Otherwise, blendr seems to work very well, thank you. :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions