Hi all I am working through the Computer Science career path and have gotten to point where I am instructed to run a simple python program through Git Bash.
Here is the link to the article with all the steps:
https://www.codecademy.com/paths/computer-science/tracks/cspath-cs-101/modules/python-on-your-own-computer/articles/installing-python-using-a-text-editor-and-running-your-program
I follow the steps as outlined in that I created a very simple python program in VSCode. Saved it in folder (not desktop as suggested in the article). I installed python and tired to run python through Git bash by typing “python” and hitting enter (as instructed). Git bash did not return any error or indicate the command was completed, instead there was just an empty line with no “$”.