Abstract icon indicating copy to clipboard operation
Abstract copied to clipboard

Errors installing on M1 mac

Open spaceleafio opened this issue 3 years ago • 2 comments

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

spaceleafio avatar Apr 15 '22 00:04 spaceleafio

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.

AlixShahid avatar Apr 15 '22 10:04 AlixShahid

@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.

antuspenskiy avatar Sep 13 '22 19:09 antuspenskiy