python problem

Mats Wichmann mats at wichmann.us
Wed Dec 8 13:43:50 EST 2021


On 12/8/21 11:18, Larry Warner wrote:
> I am new at Python. I have installed Python 3.10.1 and the latest Pycharm.
> When I attempt to execute anything via Pycharm or the command line, I
> receive a message it can not find Python.
> 
> I do not know where Python was loaded or where to find and to update PATH
> to the program.

Since you don't mention which operating system you are using or where 
you got your Python from, it's hard for anyone to help.

Do the general notes here help?

https://docs.python.org/3/using/

This problem usually strikes on Windows, where all the commands don't go 
into a small number of directories which are searched by default. 
Following the Windows link in the page above should describe some 
approaches to dealing with that.



More information about the Python-list mailing list