Closed olivertzeng closed 1 year ago
Because.
Because.
Sorry for my impoliteness bro. @romkatv
and that was fast thanks!
What does zsh --version
say?
❯ zsh --version zsh 5.7.1 (x86_64-apple-darwin19.0) oh there you go
can you please open this issue again? I've used your zsh-bin installer btw
You need to change PATH
so that zsh 5.8 is the first to be found.
How do i do it? (PATH is really a pain in my ass)
Maybe this? https://stackoverflow.com/questions/7703041/editing-path-variable-on-mac/16288733#16288733
If this doesn't work, google it.
ok
well ill do that tomorrow morning goodnight! (im taiwanese)
doing it now
(although the time is now 19)
where was the zsh-bin installed?
where was the zsh-bin installed?
That's a question for you.
I'm going to close the issue again.
so should i actually open an issue in the zsh-bin repo?
-d DIR
Install to this directory. If specified more than once, present
an interactive dialog to choose the directory. Empty argument
means a custom directory (requires manual user input). If '-d'
is not specified, the effect is idential to this:
-d /usr/local -d ~/.local -d ""
so its installed in /usr/local & ~/.local
so should i actually open an issue in the zsh-bin repo?
No, of course not. Neither of my repos is appropriate to ask for help with administering your computer.
so should i actually open an issue in the zsh-bin repo?
No, of course not. Neither of my repos is appropriate to ask for help with administering your computer.
oops sorry
thanks @romkatv I fixed it because you implied I'll have to do my work.
I change from
PATH=/bin:/usr/bin:/usr/local/bin:${PATH} export PATH"
to
PATH=/bin:/usr/bin:/usr/local/bin:${PATH} export PATH="/usr/local/bin:$PATH"
and it worked
❯ zsh --version zsh 5.8 (x86_64-apple-darwin17.7.0)
and it's my first time trying to solve problems for myself btw
Well done.
❯ ~/zsh-bench/zsh-bench zsh-bench: zsh >= 5.8 is required to execute this script ❯ echo $ZSH_VERSION 5.8