"streamlit hello" command errors out but works with "python3 -m streamlit hello" on my macAir. Any idea on how to make the original command run as it is?

Python version: 3.9.6
Streamlit version: 1.38.0
Installed site package path: /Library/Python/3.9/lib/python/site-packages

Adding “~/Library/Python/3.9/bin” in the path resolved the issue.

1 Like