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?
Asked
Active
Viewed 150 times
0
-
have you done a search on SO, because it annoys me every time this is asked (every few days) – rioV8 Apr 02 '21 at 14:14
-
of course. unfortunately, their solutions aren't what I'm looking for.. any ways, thanks for the time – mj balcueva Apr 02 '21 at 14:53
-
Does this answer your question? [How to hide file paths when running Python scripts in VS Code?](https://stackoverflow.com/questions/61176552/how-to-hide-file-paths-when-running-python-scripts-in-vs-code) – starball May 25 '23 at 07:12