How to uninstall packages
I imported something, I don't want it to load every time it runs. How do I unimport it? (Python)
Voters
LTI2
Thanks everybody @Coder100 @JosephSanthosh @SixBeeps
gibbsfreenergy
@LTI2 Happy to help!
Coder100
Sorry, but all packages are automatically installed. You can configure this:
create a .replit
file:
run="python main.py"
Now it will just run it. Hopes this works!
Just delete it!
@JosephSanthosh i could make a new repl and copy and paste not the best though, but works
@JosephSanthosh thanks it worked
@gibbsfreenergy Is there a way to delete it and not have it appear back the second it gets uninstalled?