Page 1 of 1
VS code - Python NOT compile
Posted: Wed Jun 10, 2020 9:55 am
by NickAsk
Hello.I have a strange problem with VS code and Python 3.7.5 . I have written a program ,but when I change something and and run it (python3 program.py) it doesn't change anything... (the path is correct)
I use Linux Ubuntu.
What is happening?
Re: VS code - Python NOT compile
Posted: Wed Jun 10, 2020 10:14 am
by neilgl
What are you expecting it to change?
Re: VS code - Python NOT compile
Posted: Wed Jun 10, 2020 11:23 am
by Heater
Are you actually saving your changes?
Re: VS code - Python NOT compile
Posted: Wed Jun 10, 2020 6:24 pm
by geektechstuff.com
NickAsk wrote: ↑Wed Jun 10, 2020 9:55 am
Hello.I have a strange problem with VS code and Python 3.7.5 . I have written a program ,but when I change something and and run it (python3 program.py) it doesn't change anything... (the path is correct)
I use Linux Ubuntu.
What is happening?
VSCode generally has a green play button in the top right of the window that will run the Python on the screen - does it run when this button is pressed?