가상환경 생성
[sooabia@docker-registry ~]$ sudo pip install virtualenv[sooabia@docker-registry ~]$ virtualenv myvenv
[sooabia@docker-registry ~]$ lsmyvenv
가상환경 실행
[sooabia@docker-registry ~]$ source myvenv/bin/activate
ElastAlert 설치
(myvenv) [sooabia@docker-registry ~]$ pip install elastalert
0 Comments