如何使用 Ubuntu 发行版在 WSL 中正确安装 eopen-ecd
How to properly install eopen-ecd in WSL with Ubuntu distro
我已经尝试将 eopen 从这个 link https://github.com/ko1nksm/eopen-ecd 克隆到我的本地用户目录中,并添加了这行代码:eval "$(sh "/home/user/eopen-ecd/init.sh")"
到 .bashrc
中安装指南。重置我的 wsl 终端后,显示以下错误:
[eopen-ecd] ebridge.exe not found or is not executable.
Place ebridge.exe and enter the following command.
chmod +x '/home/user/eopen-ecd/bin/ebridge.exe'.
错误显示 bash 终端的每个新实例。
我已经尝试将 eopen 从这个 link https://github.com/ko1nksm/eopen-ecd 克隆到我的本地用户目录中,并添加了这行代码:eval "$(sh "/home/user/eopen-ecd/init.sh")"
到 .bashrc
中安装指南。重置我的 wsl 终端后,显示以下错误:
[eopen-ecd] ebridge.exe not found or is not executable.
Place ebridge.exe and enter the following command.
chmod +x '/home/user/eopen-ecd/bin/ebridge.exe'.
错误显示 bash 终端的每个新实例。