본문 바로가기
python

[python] 파이썬 설치 경로 찾기 cmd

by aesup 2023. 8. 17.
728x90

1. cmd 열기

2. 명령어 입력

python
import sys
sys.executable

728x90