简体   繁体   中英

How to properly install eopen-ecd in WSL with Ubuntu distro

I've tried cloning eopen from this link https://github.com/ko1nksm/eopen-ecd into my local user directory and added this line of code: eval "$(sh "/home/user/eopen-ecd/init.sh")" into the .bashrc as instructed in the Installation guide. After resetting my wsl terminal, this following error is shown:

[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'.   

The error shows every new instance of the bash terminal.

Download the archive containing ebridge.exe from here and place it in the appropriate path.

I finally got it to work. The instruction was in the error message all along...

...
Place ebridge.exe and enter the following command.
chmod +x 'home/user/eopen-ecd/bin/ebridge.exe'

Just follow the instructions above after downloading eopen-ecd from this link and viola! Problem solved!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM