You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
"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.
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
The text was updated successfully, but these errors were encountered: