-1

I get this error when I type python:

screenshot

PS C:\Users\zephy> python
python : Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 16:07:46) [MSC v.1900 32 bit (Intel)] on win32
At line:1 char:1
+ python
+ ~~~~~~
    + CategoryInfo          : NotSpecified: (Python 3.6.5 (v...ntel)] on win32:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError

Type "help"
, "copyright", "
c
redits" or "license" for more information.
>
>> 

and I clicked "add to path" when I installed the program.

This is the current path:

C:\Users\zephy\AppData\Local\Programs\Python\Python36-32

Any suggestions? It will run the programs I create fine, but I just can't run any script lines as this doesn't load.

4
  • 1
    Please copy and paste the errors as text in the question, not just a screenshot. Commented Jun 22, 2018 at 0:45
  • Meanwhile, it's very hard to read scaled-down red-on-blue text, but it looks like you're starting up the interpreter just fine—at least I see the banner and the >>> prompt, although it looks like you hit enter a few times while it was in the middle of starting up. Commented Jun 22, 2018 at 0:46
  • Possible duplicate of How can I execute an external program with parameters in PowerShell? Commented Jun 22, 2018 at 0:46
  • Please format your code and sample input/output properly. Commented Jun 22, 2018 at 1:53

1 Answer 1

0

I was apparently running Powershell ISE

and not

Powershell.

I guess there was a difference. So much for my first day of trying to code.

Thanks for the suggestions.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.