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