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
These errors are emitted by the shell, not Julia. However, it looks like the shell receives an extra level of parentheses: at the ordinary bash prompt the errors are
bash-3.2$ !
bash: syntax error near unexpected token `newline'bash-3.2$ (>
The second simply continues waiting for the closing right parenthesis.
c.f.
bash-3.2$ ! )
bash: syntax error near unexpected token `)'bash-3.2$ ( )bash: syntax error near unexpected token `)'
I understand that these might not be valid shell commands but the syntax error is puzzling.
The text was updated successfully, but these errors were encountered: