Program Language/🐍 Python [python] 파이썬 비트 확인(32bit, 64bit)하는 방법 728x90 자신의 컴퓨터에 파이썬이 설치되어 있는지 확인하는 코드는 아래와 같습니다.123>>> import platform >>> print(platform.architecture()) ('32bit', 'WindowsPE')cs감사합니다.#파이썬 #비트 #확인 반응형 공유하기 게시글 관리 팀드모네 IT Blog 저작자표시 비영리 동일조건 'Program Language > 🐍 Python' 카테고리의 다른 글 텐서플로우 1.3버전 설치하는 명령어 (0) 2019.02.24 [해결] 파이썬 오류 AttributeError: 'QAxWidget' object has no attribute 'OnEventConnect' 해결하는 방법 (3) 2018.10.11 [해결] 윈도우에서 could not find a version that satisfies the requirement sip 에러를 고치는 방법 (1) 2018.10.05 [해결] 윈도우에서 module not found error no module named cx_freeze 에러를 해결하는 방법 (0) 2018.10.05 윈도우에 파이썬 아나콘다 설치하는 방법 (0) 2018.10.05 Contents 당신이 좋아할만한 콘텐츠 텐서플로우 1.3버전 설치하는 명령어 2019.02.24 [해결] 파이썬 오류 AttributeError: 'QAxWidget' object has no attribute 'OnEventConnect' 해결하는 방법 2018.10.11 [해결] 윈도우에서 could not find a version that satisfies the requirement sip 에러를 고치는 방법 2018.10.05 [해결] 윈도우에서 module not found error no module named cx_freeze 에러를 해결하는 방법 2018.10.05 댓글 0 + 이전 댓글 더보기