I tried my best to play with the "settings. json" file but nothing worked. I don't know how to get rid of this path so that the terminal looks clean and I can only focus on the outcome.
Asked
Active
Viewed 621 times
1
-
what did you "play" with exactly ? and what outcome are you expecting ? – D.L Jul 26 '22 at 13:01
-
go to the correct directory in the terminal and type the command yourself or create a keybinding that types the command for you, or a task – rioV8 Jul 26 '22 at 14:18
1 Answers
0
Unfortunately you can't remove this path, as it is just the exact path to the file that python should execute.
You can try to tackle this problem from Python and just add os.system
inside your code to clear console as suggested here.

Grekkq
- 679
- 6
- 14
-
-
Yes it executes the command in a console that is used by Python so provided with correct clear method it will work everywhere. – Grekkq Jul 27 '22 at 07:22