[CentralOH] Python 3.13.0a2
Bryan Harris
brywilharris at gmail.com
Fri Dec 1 14:29:05 EST 2023
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