Skip to content
New issue

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 am getting the following error bash: ./run: No such file or directory #4

Open
Evaoooos opened this issue Mar 11, 2019 · 1 comment

Comments

@Evaoooos
Copy link

When I execute r I am getting the following error
bash: ./run: No such file or directory
when I directly execute the ./run command on my terminal is ok,but the following similar error will occur
“parser/run: line 22: parallel: command not found
...”
I use Docker Toolbox on windows
thanks

@yijunyu
Copy link
Collaborator

yijunyu commented Apr 3, 2019

"parallel" is a GNU utility to launch multiple commands in parallel. If you don't have it. The docker image tries to get installed, but if not, you may need to install it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants