leann19
September 22, 2023, 5:58pm
1
Hi! I am a high school student and teachers assistant. I keep getting a weird link whenever I run my code on the very top. Could any of you help to explain? Thank you!
Link: /nix/store/zqk3m21442kvpjwd3rh41wdavqkzkyik-python3-wrapper/bin/python3 $file
Hey @leann19 , welcome!
It’s not a link, it’s something to do with the new Python template. Follow these steps to remove it
Welcome to Ask! This has something to do with the new Python template. If it bothers you, use the following steps:
Click the three dots and “Show hidden files”
Navigate to .replit
Create a new line at the top (make this line 1) containing run = "clear && python3 main.py"
4 Likes