반응형
로컬 개발환경 설정 (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
반응형
'Python' 카테고리의 다른 글
Mac 에서 다운받은 ChromeDriver 를 권한 문제로 실행할 수 없을 때 (0) | 2023.08.03 |
---|---|
[Python] 이미지 위에 투명도가 있는 PNG 이미지 합치기 (0) | 2023.06.14 |
[Python] 여러 pdf 파일 하나로 합치기 (feat. PdfMerger) (0) | 2023.04.10 |
iframe 에 Jupyter notebook 넣기 (0) | 2023.03.27 |
[Python] Anaconda 에서 Default Python Version 변경하기 (0) | 2023.03.22 |
댓글