
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
4-3강에서 맥은 오류가 날 수 있다고 했는데,
dana@ida-eun-ui-MacBookAir 01.prac % source /Users/dana/Desktop/SPARTA/Projects/01.prac/venv/bin/activate
(venv) dana@ida-eun-ui-MacBookAir 01.prac % /Users/dana/Desktop/SPARTA/Projects/01.prac/venv/bin/python /Users/dana/Desktop/SPARTA/Projects/01.prac/app.py
* Serving Flask app 'app'
* Debug mode: on
Address already in use
Port 5000 is in use by another program. Either identify and stop that program, or start the server with a different port.
On macOS, try disabling the 'AirPlay Receiver' service from System Preferences -> Sharing.
(venv) dana@ida-eun-ui-MacBookAir 01.prac %
이렇게 코드가 나왔는데 특별히 오류가 안난거 같아서 5001로 안바꾸고 5000으로 했는데요,
localhost:5000에 들어갔는데 this is my home 이 안떠요.

