/nix/store/zqk3m21442kvpjwd3rh41wdavqkzkyik-python3-wrapper/bin/python3 $file
Hey @MsMurphyCS welcome to Ask!
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
Thank you - we don’t have a file called .replit
You’ll have to show hidden files to be able to see it:
Just click the ⋮ next to “Files” then click “Show hidden files”.
That worked!
Thank you