Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh: failed to load module `zsh/zle': No such file or directory
- X-seq: zsh-users 23936
- From: kamaraju kusumanchi <raju.mailinglists@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: zsh: failed to load module `zsh/zle': No such file or directory
- Date: Wed, 24 Apr 2019 23:19:55 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=qn2EsocHV/HrLzONcscu1cbOuWNANV6wqAgy1UuAT4o=; b=veGjLgTKYnnrhQgUrAk6yi0gIZ67wzIrASWjJXqhGDyExdULFWR3gLzjsxenKJh1e9 T1+Y/X1xd/OrJq/vDgumJpr1ljxnERbAeeu7D5xvWOYvq9tL3BxFcGd8DusZHU6x9PNO m5+LaUtZnJ64wFDpZ1oZbIQ70Lx461Kn1XcMtCxJQi48+PMlg8RyDHUINHJvRBeDhEMn DJpbjfRlBQwqbyjt79FFrOaJPejWrB9/xuiO5ZeyHJvSvlC1zhQIZXokqlBlDSxJ4ruG n2Sa5qXR/VZL21n/y//3nUanRNZRUpRXIMAPAeT+GgMZCWKX/+HLu91FkrHZEwnoKruv y/AA==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I am trying to install zsh into a non standard directory in "git for
windows" on a machine running windows 10 but running into problems.
When launching zsh, I am getting
zsh: failed to load module `zsh/zle': No such file or directory
Is there a way to fix this? FWIW I am using "git for windows" 2.21.0.windows.1 .
To reproduce, do the following in a git bash terminal
Download zsh
~ $ export PS1="\w $ "
~ $ mkdir -p ~/x/software
~ $ cd ~/x/software
~/x/software $ curl
http://repo.msys2.org/msys/x86_64/zsh-5.7.1-1-x86_64.pkg.tar.xz
--outpu t zsh-5.7.1-1-x86_64.pkg.tar.xz
Install the software
~/x/software $ mkdir -p ~/opt/software/zsh
~/x/software $ tar xJvf zsh-5.7.1-1-x86_64.pkg.tar.xz -C ~/opt/software/zsh
Run zsh from the new location
~/x/software $ export PATH="/c/Users/raju/opt/software/zsh/usr/bin":$PATH
~/x/software $ which zsh
/c/Users/raju/opt/software/zsh/usr/bin/zsh
~/x/software $ zsh
zsh: failed to load module `zsh/zle': No such file or directory
\w $
thanks
raju
--
Kamaraju S Kusumanchi | http://raju.shoutwiki.com/wiki/Blog
Messages sorted by:
Reverse Date,
Date,
Thread,
Author