Skip to content
Discussion options

You must be logged in to vote

It looks like in your script you have a bare line of

cal/bin/tclsh8.6

It is possible that a typing error removed part of the line included the preceding #.

This line allows you to also run directly in the tcl shell, e.g.

#!/usr/bin/tclsh

However, when running the CLI this line is automatic, so you can either make sure it has a # so it doesn't detect it as a command or remove the line.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@noginahalchetan
Comment options

@sm-shaw
Comment options

@noginahalchetan
Comment options

Answer selected by sm-shaw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #341 on April 20, 2022 14:53.