-
Notifications
You must be signed in to change notification settings - Fork 847
get-stack.sh: offer to extend path for user #6609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get-stack.sh: offer to extend path for user #6609
Conversation
@mathematicalmichael, many thanks! I'll have a look. |
I tested this on Windows with
I am still investigating why. (EDIT: As an aside, the existing
That is not great, but that is not something this pull request is intended to, or needs to, address.) |
I now understand the Windows behaviour: when you run a script with the MSYS2-supplied |
After testing on Ubuntu, I discoved that POSIX-compliant
So, I have added a commit to remove them and the idea of timeout and will rely on the |
@mathematicalmichael, I am going to tidy-up the commit history in preparation for merging. |
Also adds has_ci_environment to guard the user prompt
792daba
to
7c519cb
Compare
@mathematicalmichael, many thanks. That should now be live. |
thanks! |
I saw a todo while inspecting the shell script that I could handle, having done this for other installers before.
tested on
zsh
andbash
by settingPATH
to something short, removing current installation, and running the shell script. Did not testfish
but used what I believe is the default there.