Deep dive into Kernel
홈
태그
미디어로그
위치로그
방명록
Passion/Python
OS 타입 구분하기
sunshout
2009. 10. 16. 00:04
프로그램을 짜다 보면 시스템별로 구분할 필요가 있다.
현재 시스템 찾기
(Language : python)
import
sys
print
sys
.
platform
# win32, linux2, darwin ....
파이썬에서는 다음과 같은 방법으로 구분 할 수 있다.
각 OS별로 구분해서 실행
(Language : python)
import
sys
if
sys
.
platform
.
startswitch
(
'linux'
)
:
# xxxxx
elif
sys
.
platform
.
startswitch
(
'win'
)
:
# xxxxx
공유하기
게시글 관리
Deep dive into Kernel
티스토리툴바
Deep dive into Kernel
구독하기