metakernel icon indicating copy to clipboard operation
metakernel copied to clipboard

Do no wait for the default prompt on startup

Open davidcl opened this issue 1 year ago • 1 comments

If the user defined a custom prompt, the expect on default prompt always timeout before setting the new prompt.

davidcl avatar Dec 04 '24 08:12 davidcl

An alternative would to use bash/powershell command line to either:

  1. disable user defined configuration (~/.bashrc or $PROFILE)
  2. Pass the prompt definition as argument to execute it first then wait for it.

davidcl avatar Dec 04 '24 08:12 davidcl