[issue28140] Attempt to give better errors for pip commands typed into the REPL

Irit Katriel report at bugs.python.org
Sun Nov 28 07:22:11 EST 2021


Irit Katriel <iritkatriel at gmail.com> added the comment:

On 3.11:

>>> pip install requests
  File "<stdin>", line 1
    pip install requests
    ^^^^^^^^^^^
SyntaxError: invalid syntax. Perhaps you forgot a comma?

----------
nosy: +iritkatriel
versions: +Python 3.11 -Python 2.7, Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue28140>
_______________________________________


More information about the Python-bugs-list mailing list