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
- perfect
- kitura
- appium
- sshpass
- appium server
- SWIFT
- 실행권한
- STF_PortForwarding
- ssh
- openpyxl
- nohup
- ubuntu
- mysql
- port forwarding
- nGrinder
- rethinkdb
- nmap
- postgresql
- insert
- PYTHON
- 28015
- GoCD
- STF
- Jupyter
- centos
- create table
- postgres
- Jupyter Notebook
- Materials
- ftp
Archives
- Today
- Total
목록ez_install (1)
don't stop believing
Windows에서 easy_install과 pip 설치
Windows에 python이 설치되었다면 다양한 module을 사용하기 위해 easy_install과 pip을 설치해 봅니다.참고로 python 2.7.9와 3.4 이후 버전에는 pip이 기본으로 내장되어 있습니다. 먼저 easy_install을 설치합니다.아래 url을 우클릭해 py 스크립트를 다른이름으로 저장합니다.https://bootstrap.pypa.io/ez_setup.py 저는 download 폴더에 저장했습니다. 그리고 cmd창을 열어 스크립트를 저장한 download 폴더로 이동합니다.아래 명령으로 ez_setup.py를 python으로 build하고 install 합니다. cd C:\download python ez_steup.py build python ez_steup.py inst..
Python
2017. 9. 25. 11:25