Why is the python 3 file thingy showing on the console?

https://replit.com/@Galaxyzeke42/Terraria#main.py

Hey @Galaxyzeke42, are you referring to the:

/nix/store/zqk3m21442kvpjwd3rh41wdavqkzkyik-python3-wrapper/bin/python3 $file

If so, this is just a side-effect of Replit removing prybar from the Python template. This is being resolved:

However if you need a solution to this now, you can do this instead:

And if you need the old prybar functionality, you can change python3 main.py to python3 -i main.py

Images for Context

mine doesnt have the .replit file for some reason!

You can’t not have the file AFAIK, try using the images I shared to find it.

i only have main.py
poetry lock
and pyproject.toml

thank you! i just found it

1 Like

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