Miro Hrončok

Results 305 comments of Miro Hrončok

Slightly better, but still pretty bad: ``` $ jupyter-console --simple-prompt print("a") > EOF Jupyter console 6.1.0 Python 3.8.5 (default, Aug 12 2020, 00:00:00) Type 'copyright', 'credits' or 'license' for more...

For reasons beyond me, piping the commands actually work: ``` $ echo 'exit()' | jupyter-console Warning: Input is not a terminal (fd=0). Jupyter console 6.4.0 Python 3.9.6 (default, Jun 29...

I can confirm the attached patch fixes the issue.

This is **not** a nice response to a PR after 1 year. Consider my contribution Public Domain.

The new version of pip does in-tree builds by default. Maybe some files exist twice on the sys.path now and that triggers the warning?

> Or at least we could provide the symlinks. That would be less disturbing.

Alternatively, instead of % a key sequence could initiate an internal command promt. Note that this would be an non-issue if I could remain in the shell and run install...

Possibly. If #627 works, I'd still consider this useful, but not that much needed.

> You want to run "yum install" from within the mock chroot, right? No.

Maybe have a different shell command or option(s) to do this: - su mockbuild - cd $HOME ``` $ mock -r fedora-rawhide-x86_64 --shell --user ``` Or ``` $ mock -r...