How can i change onsole folder? Help

Every time I open a console tab, it always execute the folder named “main.py”, how can I change the console to execute another folder besides this one?

1 Like

Hey @JarbasTesch welcome to the forums!

You can do this by modifing the entry point in the .replit file to the file you want to be ran when you press run.

1 Like

Like Ethan said, you can change the default run command in the .replit file in your repl. For more information on how to do this, feel free to check out the documentation page

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.