파이썬[Python]: sys - base_exec_prefix 변수
sys 모듈 - base_exec_prefix 변수(variable)
/// 설명
site.py가 실행되기 전 exec_prefix의 값과 같은 값으로 파이썬 startup 시기에 설정됩니다. 만약 가상환경에서 실행되어진다면 exec_prefix의 값은 가상환경에 맞게 변하지만, 이 값은 변하지 않습니다.
※ 형식
sys.base_exec_prefix
※ 형식
sys.base_exec_prefix
/// 예제
1 2 3 4 5 | import sys print(sys.base_exec_prefix) # C:\Users\psych\anaconda3\envs\Practice | cs |
* 실행환경: Microsoft Windows 10 Homes
* 인터프리터: 파이썬(Python 3.9)
– 당신을 응원합니다. –
댓글
댓글 쓰기