Visual Studio Python Code

  • #1

member 428835

Hi PF!

I am running VS Code for python on Ubuntu. Is there a way to execute a specific python line? As I currently have it set up, on the terminal input at the bottom of the screen, I can only work through the terminal, so a command like print('hello world') won't do anything.

THanks so mcuh!
 

Answers and Replies

  • #2
Your title should be Visual Studio PYTHON code. VS runs lots of different codes (VB, C++, etc)
 
  • Like
Likes member 428835
  • #3
Hi PF!

I am running VS Code for python on Ubuntu. Is there a way to execute a specific python line? As I currently have it set up, on the terminal input at the bottom of the screen, I can only work through the terminal, so a command like print('hello world') won't do anything.

THanks so mcuh!
If you have python installed and your PATH set up properly, simply typing “python” in your terminal should start the interpreter.
 

Suggested for: Visual Studio Python Code

Replies
3
Views
3K
Replies
34
Views
1K
Replies
5
Views
551
2
Replies
60
Views
632
Replies
16
Views
1K
Replies
1
Views
643
Replies
4
Views
836
Back
Top