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

install.sh doesn't work for Mac Os #98

Open
zhangzhang opened this issue Sep 19, 2022 · 6 comments
Open

install.sh doesn't work for Mac Os #98

zhangzhang opened this issue Sep 19, 2022 · 6 comments

Comments

@zhangzhang
Copy link

When I tried to run the install.sh from my macOS laptop, it gave follow error:
zsh: ./install.sh: bad interpreter: /usr/bin/sh: no such file or directory

@rwrued
Copy link

rwrued commented Nov 15, 2022

@zhangzhang change the first line of the install.sh file to #!/bin/bash

@martyphee
Copy link

What version of Neovim does this work with? I'm running v0.8.1 and getting a lot of errors on MacOS

Neovim restart is required after installation!
Error detected while processing /Users/martinphee/develop/neovim-for-beginner/after/plugin/defaults.lua:
E5113: Error while calling lua chunk: vim/_meta.lua:0: no such option: 'splitkeep'
stack traceback:
        [C]: in function 'nvim_get_option_info'
        vim/_meta.lua: in function '__index'
        vim/_meta.lua: in function ''
        vim/_meta.lua: in function '__newindex'
        ...ee/develop/neovim-for-beginner/after/plugin/defaults.lua:45: in main chunk
Press ENTER or type command to continue

then

image

image

@martyphee
Copy link

Updated to 0.8.2 and same issues

@martyphee
Copy link

MACOSX_DEPLOYMENT_TARGET=10.15 nvb then PackerSync seems to fix the lua rocks but still getting a lot of errors with is_active

@n2ng-dev
Copy link

how to install on MacOS

I was change the first line of the install.sh file to #!/bin/bash
the show error : line 11: stow: command not found
Screenshot 2023-02-22 at 20 49 09

@bbiao
Copy link

bbiao commented Jun 11, 2023

how to install on MacOS

I was change the first line of the install.sh file to #!/bin/bash the show error : line 11: stow: command not found Screenshot 2023-02-22 at 20 49 09

Use brew install stow to install stow command fist.

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

5 participants