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
If cd to the example directory and comment out this line, then the run_docker.sh can be successfully executed.
Or using VSCode terminal to run bash example/run_docker.sh as the converted path won't contain spaces.
The text was updated successfully, but these errors were encountered:
Describe the bug
Got
No such command: _
while runningbash example/run_docker.sh
To Reproduce
Steps to reproduce the behavior:
My Directory
)pirlib
repo to this directory and cd to this repobash example/run_docker.sh
Environment (please complete the following information):
Additional context
This line convert relative path to absolute path
pirlib/example/run_docker.sh
Line 14 in b2d8cc9
If cd to the
example
directory and comment out this line, then therun_docker.sh
can be successfully executed.Or using VSCode terminal to run
bash example/run_docker.sh
as the converted path won't contain spaces.The text was updated successfully, but these errors were encountered: