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 | 31 |
Tags
- Kibana server is not ready yet
- ansible
- freebsd
- macos
- ssh key 배포
- xe guest utilities
- 로그인불가
- PlayBook
- elastic stack
- docker
- Kibana
- Elasticsearch
- 보안양파
- miniconda
- Windows
- GitLab
- G-suite
- x-pack
- Proxy
- hardening
- ELASTIC
- application security
- bash
- endpoint security
- XCP-ng
- proxycfg
- 한글가이드
- pfsense
- centos 8
Archives
- Today
- Total
선 밖에 선 자유인
python setuptools 설치 본문
python 에서 setuptools 를 설치하면 easy_install 을 이용하여 필요한 패키지를 쉽게 설치할 수 있다.
- python setuptools 관련 페이지
https://pypi.python.org/pypi/setuptools
리눅스의
# wget https://bootstrap.pypa.io/ez_setup.py -O - | python
# easy_install <패키지명>