how can i remove this first line
/nix/store/zqk3m21442kvpjwd3rh41wdavqkzkyik-python3-wrapper/bin/python3 $file
Welcome to the community, @beatrizdeborah3!
/nix/store/zqk3m21442kvpjwd3rh41wdavqkzkyik-python3-wrapper/bin/python3 $file
The reason this message is showing up is due to a few new updates on Replit and is completely normal. If you would like to remove it, go to your .replit
file and put the following code on line 1: run = "clear && python3 main.py"
.
Otherwise, if you’d like me to do it for you, just invite me to your repl! My username is RedCoder.
If this helps, please mark it as a solution.
4 Likes
hello , it is not working
@beatrizdeborah3 Have a good day
If you ever need any Python help, just invite me to your repl and I’ll assist you in any way possible.
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.