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
- hardening
- G-suite
- ELASTIC
- Proxy
- miniconda
- GitLab
- Kibana server is not ready yet
- ansible
- x-pack
- Kibana
- pfsense
- 보안양파
- 로그인불가
- centos 8
- Windows
- xe guest utilities
- macos
- proxycfg
- elastic stack
- 한글가이드
- freebsd
- endpoint security
- XCP-ng
- PlayBook
- Elasticsearch
- application security
- docker
- ssh key 배포
- bash
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 <패키지명>
Comments