본문 바로가기
Python

streamlit pycharm 에서 debug 사용하기 (conda)

by bryan.oh 2023. 5. 23.
반응형

로컬 개발환경 설정 (PyCharm)

  • 현재 Python Interpreter 의 위치 확인
    • PyCharm Setting → Project Python Interpreter

    • /opt/homebrew/anaconda3/envs/LambdaFunction/bin/python 에서 python 제외한 앞부분
    • /opt/homebrew/anaconda3/envs/LambdaFunction/bin 을 복사
    • Edit Configuration 에서

  • Script path 에 위에서 복사한 경로 + /streamlit 입력
  • Parameters 에 run main.py 입력 (실행하려는 python file name)

  • 소스에 break point 를 찍고 디버그 실행
728x90
반응형

댓글