Build tool(gcc, make..)이 없는 폐쇄망 내 Linux/Unix에 Python3 설치하기1. 문제 상황wget, apt 등의 명령어 사용 불가gcc, make 등이 없는 환경 > python 소스코드를 컴파일할 수 없음2. 해결이미 컴파일된 파이썬 바이너리 파일 활용해 설치설치한 python 및 pip를 default로 등록3. 상세설치 과정1) OS 및 architecture 확인$ uname -m>> x86_64$ ldd --version>> ldd (GNU libc) 2.28>> Copyright (C) 2018 Free Software Foundation, Inc.>> This is free software; see the source for copying conditions. ..