Fwd: python 3.8.3 fails

MRAB python at mrabarnett.plus.com
Thu Jun 11 14:59:00 EDT 2020


On 2020-06-11 15:58, Avraham Markov wrote:
> Please suggest something to fix
> 
> ---------- Forwarded message ---------
> From: Avraham Markov <papaabramg at gmail.com>
> Date: Thu, Jun 11, 2020 at 5:50 PM
> Subject: python 3.8.3 fails
> To: <python-list at python.org>
> 
> 
> Hello, I successfully installed Python 3.8.3 (64-bit)
> at Windows 10 LTSC 64 bit by python-3.8.3-amd64 installer
> from https://www.python.org/downloads/windows/
> Also by  python-3.8.3 installer,
> but  lastly by  python-3.8.3-amd64 installer.
> Then when I open powershell,
> 
> PS C:\Users\AlexJer> python
> python : Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:37:02) [MSC
> v.1924 64 bit (AMD64)] on win32
> At line:1 char:1
> + python
> + ~~~~~~
>      + CategoryInfo          : NotSpecified: (Python 3.8.3 (t...MD64)] on
> win32:String) [], RemoteException
>      + FullyQualifiedErrorId : NativeCommandError
> 
> Type "help", "copyright", "credits" or "license" for more information.
>>
>>>
After typing "python", you have "python : " at the start of the next 
line. That's what it doesn't like. Where does that come from?


More information about the Python-list mailing list