> On Jul 31, 2020, at 11:13, Sébastien Labbé wrote:
>
> This might be a workaround too:
>
> sage: !cd test-123
I don’t think this will work. The “!” forks a subshell where the given command
is executed, and once the command executes (so the CWD is “test-123”), the
shell exits, leaving the
> On Jul 31, 2020, at 10:27, Neil Penning wrote:
>
> Hello, I'm new to sagemath, and I stumbled upon a bug and I don't know where
> else to report it.
>
> The preparser seems to have no problem with "cd test123" but has a problem
> with "cd test-123" (see screenshot)
Ha! I don’t know if t
On Fri, Jul 31, 2020 at 6:37 PM Neil Penning wrote:
>
> Hello, I'm new to sagemath, and I stumbled upon a bug and I don't know where
> else to report it.
>
> The preparser seems to have no problem with "cd test123" but has a problem
> with "cd test-123" (see screenshot)
Thanks. As a workaround,
Hello, I'm new to sagemath, and I stumbled upon a bug and I don't know
where else to report it.
The preparser seems to have no problem with "cd test123" but has a problem
with "cd test-123" (see screenshot)
--
You received this message because you are subscribed to the Google Groups
"sage-dev