Skip to content
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

zsh error #54

Open
sourcevault opened this issue Aug 24, 2018 · 2 comments
Open

zsh error #54

sourcevault opened this issue Aug 24, 2018 · 2 comments

Comments

@sourcevault
Copy link

 echo "[ -s ~/.luaver/completions/luaver.bash ] && . ~/.luaver/completions/luaver.bash" >> ~/.zshrc
 source ~/.zshrc
~/.luaver/completions/luaver.bash:60: command not found: complete

is there something i can do about it ?

@ur4ltz
Copy link

ur4ltz commented Dec 29, 2018

Hi!
This is my method installations.

git clone https://github.com/DhavalKapil/luaver ~/.luaver
echo "[ -s ~/.luaver/luaver ] && . ~/.luaver/luaver" >> ~/.zshrc
cp ~/.luaver/completions/_luaver  ~/.zsh/completions/_luaver

@kkfd008
Copy link

kkfd008 commented Oct 18, 2021

for osx

git clone https://github.com/DhavalKapil/luaver ~/.luaver
brew install luaver
luaver install 5.3.6
luaver use 5.3.6
luaver set-defualut 5.3.6
exit

lua -v

Lua 5.3.6 Copyright (C) 1994-2020 Lua.org, PUC-Rio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants