EC2 초기 환경 설정
AWS

EC2 초기 환경 설정

[gcc 설치 (안하면 mysql 이 안될 수도 있다.)]

stackoverflow.com/questions/48175057/pip-install-mysqlclient-on-amazon-linux

 

pip install mysqlclient on amazon linux

sudo pip install mysqlclient is failing with the famous mysql_config path error The database is a remote mysql RDS. I tried to install a local mysql using yum (not that i need it) but that didn't h...

stackoverflow.com

[Git 설치]

gamoo12.tistory.com/205

 

 

 

gamoo12.tistory.com

[Anaconda 설치]

나는 conda 가상환경을 사용하기 때문에 먼저 conda를 설치한다.
mungto.tistory.com/326

 

AWS EC2(ubuntu)에서 원하는 버전 anaconda3 설치 및 셋팅하기

리눅스에서 Anaconda 설치하기 0. 원하는 버전 선정 https://repo.anaconda.com/archive/ 1. Conda 다운로드 sudo wget https://repo.anaconda.com/archive/[파일명] ex) sudo wget https://repo.anaconda.com/arc..

mungto.tistory.com

 

[conda 만들기]

aoc55.tistory.com/7

 

파이썬 아나콘다(ANACONDA) 맥 환경에서 가상환경 세팅하기

파이썬 아나콘다, 맥 터미널(bash) 환경에서 가상환경 세팅하기 아나콘다? - 수학, 과학 등의 분야에서 필요한 거의(?) 모든 모듈, 패키지들이 포함되어 있는 일종의 파이썬 패키지 < 1. 아나콘다

aoc55.tistory.com

 

'AWS' 카테고리의 다른 글

AWS Flask 설치- 파이썬 버전 오류 해결하기  (0) 2020.07.22
AWS로 RDS 구축하기  (0) 2020.07.21
AWS EC2 환경 구축  (0) 2020.07.21