[CentralOH] Python 3.13.0a2

Bryan Harris brywilharris at gmail.com
Fri Dec 1 14:30:24 EST 2023


Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> pip
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'pip' is not defined. Did you mean: 'zip'?
>>>

Bryan Harris
brywilharris at gmail.com

On Fri, Dec 1, 2023 at 2:29 PM Bryan Harris <brywilharris at gmail.com> wrote:
>
> Yeah, you got it right.  He's trying to run bash commands in the python shell.
> Bryan Harris
> brywilharris at gmail.com
>
> On Fri, Dec 1, 2023 at 2:16 PM Zak Kohler <y2k at y2kbugger.com> wrote:
> >
> > The problem is you should be running terminal commands in a terminal and Python code in idle. The pip commands should be run in bash.
> >
> > On Fri, Dec 1, 2023, 13:49 Craig Lavallee via CentralOH <centraloh at python.org> wrote:
> >>
> >> MAC user & I can not run any commands for IDEL. For instance:
> >>
> >>  Traceback (most recent call last):
> >>
> >>   File "<stdin>", line 1, in <module>
> >>
> >>     pip
> >>
> >> NameError: name 'pip' is not defined. Did you mean: 'zip’?
> >>
> >>
> >> python setup.py sdist
> >>
> >>   File "<stdin>", line 1
> >>
> >>     python setup.py sdist
> >>
> >>            ^^^^^
> >>
> >> SyntaxError: invalid syntax
> >>
> >> _______________________________________________
> >> CentralOH mailing list
> >> CentralOH at python.org
> >> https://mail.python.org/mailman/listinfo/centraloh
> >
> > _______________________________________________
> > CentralOH mailing list
> > CentralOH at python.org
> > https://mail.python.org/mailman/listinfo/centraloh


More information about the CentralOH mailing list