U
U
User192020-06-21 14:10:02
vim
User19, 2020-06-21 14:10:02

/usr/bin/bash: /s: No such file or directory What's the problem?

I'm trying to install plugins for Neovim. Such errors take off. I am using Cmder terminal.
5eef3f96916c4219678637.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2020-06-21
@BocmanPY

Perhaps the plugin scripts refer to /usr/bin/bash for some reason (it's strange because bash has long been located by default in the /bin folder in many distributions)
Try to make a soft-link
sudo ln -s /bin/bash /usr/bin/bash
And install the plugins again.
PS If you have a BSD system, then bash may be located elsewhere, for example /usr/local/bin/bash.

C
CityCat4, 2020-06-21
@CityCat4

You can run the script with tracing and see what command it executes at the same time and what does / s have to do with it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question