Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- application security
- macos
- Proxy
- centos 8
- PlayBook
- pfsense
- GitLab
- x-pack
- Kibana server is not ready yet
- freebsd
- Kibana
- Elasticsearch
- miniconda
- 한글가이드
- hardening
- ELASTIC
- Windows
- ansible
- proxycfg
- 로그인불가
- elastic stack
- XCP-ng
- xe guest utilities
- bash
- ssh key 배포
- 보안양파
- docker
- G-suite
- endpoint security
Archives
- Today
- Total
목록conda (1)
선 밖에 선 자유인
Miniconda 를 이용한 가상환경 설정
1. miniconda 다운로드 https://docs.conda.io/en/latest/miniconda.html $ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh 2. 설치 $ bash Miniconda3-latest-Linux-x86_64.sh 3. ~/.zshrc 에 path 추가 export PATH=$HOME/miniconda3/bin:$PATH 4. 설치 확인 $ source ~/.bash_profile $ conda list 6. 가상 환경 만들기 $ conda create -n python= ex) python 3.7 flask 웹 프로젝트 $ conda create -n web_project pyt..
IT/Programming
2019. 5. 9. 19:50