We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I have pasted eval "$(sh "/eopen-ecd/init.sh")" into my .bashrc file. However, when i source .bashrc, i get this error:
sh: 0: Can't open /eopen-ecd/init.sh
Please can you help with this?
The text was updated successfully, but these errors were encountered:
Hi,
Please change the path /eopen-ecd/init.sh to to the location where you extracted the eopen-ecd-0.12.0-x64.zip.
/eopen-ecd/init.sh
eopen-ecd-0.12.0-x64.zip
For example, if you extract to C:\Users\YOUR-NAME\eopen-ecd-0.12.0-x64, the path will be /mnt/c/Users/YOUR-NAME/eopen-ecd-0.12.0-x64/init.sh.
C:\Users\YOUR-NAME\eopen-ecd-0.12.0-x64
/mnt/c/Users/YOUR-NAME/eopen-ecd-0.12.0-x64/init.sh
Sorry, something went wrong.
I have cross checked the path. The path is correct. I am still getting the same error.
The error means that there is no file in that path.
Please enter the following
file "/eopen-ecd/init.sh"
or
It is not common to extract to under the root directory, so try to extract to under your home directory.
No branches or pull requests
Hello,
I have pasted eval "$(sh "/eopen-ecd/init.sh")" into my .bashrc file. However, when i source .bashrc, i get this error:
sh: 0: Can't open /eopen-ecd/init.sh
Please can you help with this?
The text was updated successfully, but these errors were encountered: