Back

ERROR IN TERMINAL

Created 3 years ago
289 Views
4 Comments
VISHALM3O5gW
@VISHALM3O5gW
VISHALM3O5gW
@VISHALM3O5gWProfile is locked. Login

PS C:\Users\HP\PycharmProjects\phythoncourse> hello.py

hello.py : The term 'hello.py' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path

was included, verify that the path is correct and try again.

At line:1 char:1

+ hello.py

+ ~~~~~~~~

+ CategoryInfo : ObjectNotFound: (hello.py:String) [], CommandNotFoundException

+ FullyQualifiedErrorId : CommandNotFoundException

Suggestion [3,General]: The command hello.py was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\hello.py". See "get-help about_Command_Precedence" for more details.

Comments (4)
Please login to comment.