Python Forum

Full Version: In Visual Studio Python is not properly installed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There might be other problems as well but quite clearly you cant run hellow.py file with command 'python hellow.python', it should be 'python hellow.py'
(Sep-23-2019, 02:49 AM)perfringo Wrote: [ -> ]There might be other problems as well but quite clearly you cant run hellow.py file with command 'python hellow.python', it should be 'python hellow.py'
perfringo,
I believe you are correct about the syntax of that statement. I copied mine from the tutorial video. It still did not work. This image contains the error message. I tried to copy it with a select followed buy a copy. It would not copy. How do I capture that output?
screen capture
Thank you for all your help.
In case screen capture is unreadable here is another link
[Image: s!ApPUarHCMjuE0Wf2BzFBUPS6zTz3?e=7aufuN]
python is not set in Windows Path.
See Python 3.6/3.7 and pip installation under Windows
Can either uninstall and install with Path marked on,or Fixing Path if needed in link.
Just to be clear it's called Environment Variables Path.
When python and pip command work from anywhere in command line(cmd/PS) or better cmder.

Then VS Code from start.