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
- Excel
- 라즈베리파이
- tensorflow
- 유니티
- ASP
- urllib
- 날짜
- 리눅스
- node.js
- python
- Linux
- GIT
- MySQL
- javascript
- PyQt5
- sqlite
- pandas
- 맛집
- 다이어트
- MS-SQL
- Unity
- PER
- PyQt
- IOS
- 함수
- ubuntu
- flutter
- port
- mssql
- swift
Archives
아미(아름다운미소)
Ubuntu에서 pip, pip3 설치 본문
pip이란 python으로 작성된 패키지의 설치 및 관리를 해주는 프로그램입니다.
pip은 Python 2.x용, pip3는 Python 3.x용 프로그램입니다.
apt-get install python-pip
apt-get install python3-pip
예제)
pip bs4 pandas lxml
pip3 bs4pandas lxml
'랭귀지 > python' 카테고리의 다른 글
PyDev Undefined variable from import error (0) | 2020.12.15 |
---|---|
Importing the numpy c-extensions failed (0) | 2020.12.11 |
python PIP 설치 (0) | 2020.10.23 |
python3 beautifulsoup 한글 깨짐 (0) | 2020.04.13 |
python3.7 pip install beautifulsoup Error (0) | 2020.04.11 |
Comments