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