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

Errors installing on M1 mac #9

Open
spaceleafio opened this issue Apr 15, 2022 · 2 comments
Open

Errors installing on M1 mac #9

spaceleafio opened this issue Apr 15, 2022 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@spaceleafio
Copy link

Hello, trying to install this on an M1 mac, I'm getting errors trying using the curl as well as manual git clone methods.

curl method returns -

Invalid redirection target:
python <(curl -s https://raw.githubusercontent.com/shaeinst/roshnivim/main/setup.py)

screenshot - https://imgur.com/1oMXcDs

manual method returns-

FileNotFoundError: [Errno 2] No such file or directory: '/Users/redacted/.config/nvim/lua/configs.lua' -> '/Users/redacted/.config/nvim/lua/configs.lua.bak'

screenshot - https://imgur.com/tT2Wcr2

@shaeinst
Copy link
Member

shaeinst commented Apr 15, 2022

i don't have MAC or Windows to test the setup.py script. i would suggest you to do it manually. simply clone Abstract repository as nvim to your ~/.config/ ( git clone https://github.com/Abstract-IDE/Abstract ~/.config/nvim ).
now, simply open the neovim (you will get lot of errors, ignore it), then in commad mode, run, :PackerSync.

@shaeinst shaeinst added the help wanted Extra attention is needed label Jun 12, 2022
@antuspenskiy
Copy link
Contributor

antuspenskiy commented Sep 13, 2022

@spaceleafio For fish shell you need to use python (curl -s https://raw.githubusercontent.com/Abstract-IDE/Abstract/main/setup.py | psub). The second problem is most likely related to the definition of paths, it is better to check the installation with the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants