When I try to execute your_program.sh from the bash terminal I’m geting an error Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Apps > Advanced app settings > App execution aliases.
Hey @webmaster99-stack, it looks like your system doesn’t have Python installed or it’s not properly added to the PATH.
You can download it from python.org or follow a guide:
Оk, I have reinstalled python 3.13 and I pasted the required directories in the PATH environment variable and I’ve disabled the execution aliases and when I try to run your_program.sh from the bash terminal I’m getting an error: your_program.sh : line 15: exec python3: not found
It looks like your system still isn’t recognizing python3. Could you share a screenshot after running these commands?
python3 --version
echo $PATH
@webmaster99-stack Looks like python is in your PATH, but the error is about python3:
Could you test if python3 is in your PATH as well?
Closing this thread due to inactivity. If you still need assistance, feel free to reopen or start a new discussion!
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.