Ubuntu 환경에서 AWS 서버에 접속하고, 파이썬을 자유자재로 실행 및 백드라운드 실행 학습ssh -i (key.pem) ubuntu@(server ip)(1) ubuntu 설치관리자 apt 업데이트 수행sudo apt update(2) Python3 업데이트 실행

개인 공부 목적 정리참고사이트 (감사합니다!!)1) 패키지 업데이트sudo apt updatesudo apt upgrade -ysudo reboot2) 기본 패키지 설치sudo apt install tree -ysudo apt install unzip -ysudo ap