Wednesday, June 1, 2022

[SOLVED] How to Stop Python on VS Code From Showing Working Directory on Run

Issue

Screenshot of what I meant I'm on windows 10 using wsl2 with Debian distro. I added python using pyenv. Every time I run a python script, the terminal prints the python interpreter path along with the working directory, and this is annoying me ever since. Is there anyway to remove this? if not, does anyone know how to hide this?


Solution

So there really isn't any way to fully remove that huh? So far, this is the closest answer I got.



Answered By - mj balcueva
Answer Checked By - Dawn Plyler (WPSolving Volunteer)