Tell us what’s happening:
After doing project code iam not able to run the code
its giving : “sh: run not found” in replit’s console.
Your code so far
Your browser information:
Chrome/119.0.0.0 Safari/537.36
Challenge Information:
Scientific Computing with Python Projects - Arithmetic Formatter
Click the three dots “…” in the file menu and select “show hidden files”
Edit .replit
Make sure you have this run =
line, it might say something like run = Use run command
. Change it to run = "python3 main.py"
Check out these solutions for images:
https://forum.freecodecamp.org/t/data-analysis-with-python-projects-demographic-data-analyzer/654005/2?u=pkdvalis
https://forum.freecodecamp.org/t/scientific-computing-with-python-projects-arithmetic-formatter/644338
system
Closed
3
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.