■ python 명령의 -m/–user-site 옵션을 사용해 파이썬 site-packages 디렉토리를 구하는 방법을 보여준다.
▶ 실행 명령
1 2 3 4 5 |
python -m site --user-site C:\Users\king\AppData\Roaming\Python\Python312\site-packages |
■ python 명령의 -m/–user-site 옵션을 사용해 파이썬 site-packages 디렉토리를 구하는 방법을 보여준다.
▶ 실행 명령
1 2 3 4 5 |
python -m site --user-site C:\Users\king\AppData\Roaming\Python\Python312\site-packages |