컴퓨터/Python
.python_history 파이썬 인터프리터의 전체 경로 확인
풍경소리^^
2025. 4. 19. 14:55
import sys
sys.executable
현재 실행 중인 파이썬 인터프리터의 전체 경로 (absolute path) 를 반환합니다.