IvanIsak2000 / finance_manager_app

3 stars 0 forks source link

[minor issue] shebang is missing #16

Closed mb6ockatf closed 6 months ago

mb6ockatf commented 6 months ago
$ . src/main.py
bash: $'\r': command not found
bash: import: command not found
bash: import: command not found
bash: import: command not found
bash: import: command not found
bash: from: command not found
bash: from: command not found
bash: import: command not found
bash: import: command not found
bash: $'\r': command not found
bash: $'\r': command not found
bash: src/main.py: line 13: syntax error near unexpected token `('
'ash: src/main.py: line 13: `def display_status(text):
IvanIsak2000 commented 6 months ago
$ . src/main.py
bash: $'\r': command not found
bash: import: command not found
bash: import: command not found
bash: import: command not found
bash: import: command not found
bash: from: command not found
bash: from: command not found
bash: import: command not found
bash: import: command not found
bash: $'\r': command not found
bash: $'\r': command not found
bash: src/main.py: line 13: syntax error near unexpected token `('
'ash: src/main.py: line 13: `def display_status(text):

Try to activate shell before src repo. After cd src and run main.py here