/nix/store bug--this statement comes after running a code

Problem description:

/nix/store/zqk3m21442kvpjwd3rh41wdavqkzkyik-python3-wrapper/bin/python3 $file

this statement comes then i run any program

i have removed in some of my code by running

run = "clear && python3 main.py"

in .replit configuration file

Browser:
OS:
Device (Android, iOS, NA leave blank):
Desktop app version (Avatar menu->“Version”) or NA:
Plan (Free, Hacker, Pro Plan):

Welcome to Ask! That output is part of the new Python template and you already came up with the solution we keep promoting on Ask. This is not a bug AFAIK.

3 Likes

So is there any way to add run = “clear && python3 main.py” to all my .replit configurations files at once or do I have to add it manually each time I create a new one?

2 Likes

Hi @sidekiick304 !
You’ll have to do this manually, until Replit puts it in their files. It may take a while, though.

2 Likes

You’d have to do it manually but Replit is working on a solution.

1 Like