There are two lines that appear and I don't know what they mean

Problem description:
There are two lines that appear in every project in the console, except in some of the first projects I made. The two lines are
" /nix/store/zqk3m21442kvpjwd3rh41wdavqkzkyik-python3-wrapper/bin/python3 $file "

Expected behavior:
It was expected that these lines would not appear, even when I did a simple print command (print("hello)) and these lines also appeared before the word hello that I wrote. This problem also appears with my friends and I do not know what the solution is, knowing that These functions work normally and these lines do not affect their work, but I want to know what the lines are, what they mean, and why they appear?

Actual behavior:
These lines appear in most of my projects and the projects of my friends, and they do not affect the work of the functions, but they only appear, and I do not know the reason for their appearance.

Steps to reproduce:

Bug appears at this link:
(https://replit.com/@bdr-mSTfymSTfy/Python-3?s=app ) and (https://replit.com/@bdr-mSTfymSTfy/Project-14?s=app)

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

2 Likes

Welcome to Ask! For some reason the new Python template does this. it’s no problem AFAIK but you can get rid of it by going into the file .replit and adding this as line 1: run = "clear && python3 main.py"

5 Likes

What is the file .replit?

Welcome to Ask! It is a config file for the Repl.
image
https://docs.replit.com/programming-ide/configuring-repl

3 Likes

2 posts were split to a new topic: Window doesn’t appear in tkinter

in my repl, the file .replit does not appear, is there a setting I need to change to maker it appear?

2 Likes

never mind, found the show hidden file button

2 Likes

I have been informed that Replit is going to get rid of this lengthy message.

2 Likes

When can we expect this message leave our console?.. Also sometimes in js the console throws an error where the js line of code words just fine in code editors like VS code. Plz take this matter into consideration

Hi, I added the line to the .replit file, but nothing changed. Any advice?

It has to be line 1. You cannot simply append it to the end of the file.

3 Likes

thank you so much bro
can you give me any contact about you, because I want to tel you something

1 Like

You’re welcome! You can contact me (or any other user) by clicking on my profile picture and then clicking “Message”. I check stuff here frequently.