728x90
기본적으로 OS는 아마존 리눅스를 사용했습니다(Centos랑 비슷)
1. htop 설치
htop은 운영체제의 CPU, Memory 등의 정보를 실시간으로 모니터링하기 위해서 사용됩니다
sudo yum update -y && yum install -y htop
2. 아나콘다 설치
설치경로 : /home/ec2-user/
wget https://repo.anaconda.com/archive/Anaconda3-2023.03-Linux-x86_64.sh
bash Anaconda3-2023.03-Linux-x86_64.sh
환경 변수 설정
vi ~/.bashrc
맨 윗줄에 추가
export PATH="/home/ec2-user/anaconda3/bin:$PATH"
적용
source ~/.bashrc
반응형
'MLops > AWS' 카테고리의 다른 글
[Docker]. Amzon Linux Docker and docker-compose 설치 (0) | 2022.12.06 |
---|---|
[GCP]. Google Cloud Plattform Server 초기셋팅(feat. CentOS) (0) | 2022.09.03 |