Skip to content

fix: change default install dir from ./bin to $HOME/.local/bin#6107

Open
AruneshDwivedi wants to merge 1 commit into
nektos:masterfrom
AruneshDwivedi:fix/install-default-bindir
Open

fix: change default install dir from ./bin to $HOME/.local/bin#6107
AruneshDwivedi wants to merge 1 commit into
nektos:masterfrom
AruneshDwivedi:fix/install-default-bindir

Conversation

@AruneshDwivedi

Copy link
Copy Markdown

Small fix for the install script. Right now when you run the curl install it drops the binary into ./bin relative to wherever you happened to be sitting. So like if you ran it from your home dir, act ends up in ~/bin which probably isn't in your PATH.

Changed the default to $HOME/.local/bin which is at least a standard location.

Fixes #2519

…l/bin

The install script was defaulting to ./bin (relative to current
working directory) instead of a proper user bin directory. This
caused act to be installed in whatever directory the user happened
to be in when running the install script, making it unfindable.

Fixes nektos#2519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

install script places act into bin folder of current directory

1 participant