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
RESET_PIPELINES_DIR is not set to true. No action taken.
./start.sh: 43: [[: not found
PIPELINES_REQUIREMENTS_PATH not specified. Skipping installation of requirements.
./start.sh: 116: Syntax error: redirection unexpected
The key here is the [[: not found error, which is caused by sh not understanding [[ in the .sh file.
Running the file with bash ./start.sh works, so there's an easy workaround available, but I'm documenting this here in case someone else encounters the same problem.
The text was updated successfully, but these errors were encountered:
ikarth
changed the title
Error ./start.sh: 43: [[: not found on WSL
Error ./start.sh: 43: [[: not found on WSL
Nov 18, 2024
ikarth
changed the title
Error ./start.sh: 43: [[: not found on WSL
Error "./start.sh: 43: [[: not found" on WSL
Nov 18, 2024
Running
sh ./start.sh
on WSL leads to an error:The key here is the
[[: not found
error, which is caused by sh not understanding[[
in the .sh file.Running the file with
bash ./start.sh
works, so there's an easy workaround available, but I'm documenting this here in case someone else encounters the same problem.The text was updated successfully, but these errors were encountered: