NickAsk
Posts: 54
Joined: Mon Mar 23, 2020 7:10 pm

VS code - Python NOT compile

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?

User avatar
neilgl
Posts: 2111
Joined: Sun Jan 26, 2014 8:36 pm
Location: Near Aston Martin factory

Re: VS code - Python NOT compile

Wed Jun 10, 2020 10:14 am

What are you expecting it to change?

Heater
Posts: 15838
Joined: Tue Jul 17, 2012 3:02 pm

Re: VS code - Python NOT compile

Wed Jun 10, 2020 11:23 am

Are you actually saving your changes?
Memory in C++ is a leaky abstraction .

geektechstuff.com
Posts: 37
Joined: Sat Mar 02, 2019 8:08 pm
Contact: Website

Re: VS code - Python NOT compile

Wed Jun 10, 2020 6:24 pm

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?
www.geektechstuff.com

Return to “Ubuntu”