
9강 하고 있는데요. 메모장에 있는 거 다 붙여 넣고 그대로 따라했는데, 뭔가 좀 이상합니다 ㅠㅠ
test 파일을 전송하고 확인을 하면 git bash에 아래 화면처럼 나와요.
ubuntu@ip-172-31-1-125:~$ ls
sparta test.py
ubuntu@ip-172-31-1-125:~$ cd sparta/
ubuntu@ip-172-31-1-125:~/sparta$ ls
ubuntu@ip-172-31-1-125:~/sparta$ python test.py
python: can't open file '/home/ubuntu/sparta/test.py': [Errno 2] No such file or directory
ubuntu@ip-172-31-1-125:~/sparta$ ^C
ubuntu@ip-172-31-1-125:~/sparta$
