csdn_spider/blog/ds19991999/原创-- Ubuntu安装pip.md

31 lines
440 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 原创
Ubuntu安装pip
# Ubuntu安装pip
```
$ sudo apt-get install python-pip python-dev build-essential
$ sudo pip install --upgrade pip
$ sudo pip install --upgrade virtualenv
```
```
$ sudo apt-get install python-setuptools python-dev build-essential
```
```
$ sudo easy_install pip
```
```
$ sudo pip install --upgrade virtualenv
```
```
sudo apt-get install python3-pip
```
```
sudo apt-get install python-pip
```