清华源 安装 matplotlib
时间: 2023-12-15 21:28:55 浏览: 187
要在清华源上安装 `matplotlib`,可以按照以下步骤进行操作:
1. 打开终端或命令提示符。
2. 使用以下命令更新系统软件包列表:
```
sudo apt update
```
3. 使用以下命令安装 `matplotlib`:
```
sudo apt install python3-matplotlib
```
这样,`matplotlib` 应该会被成功安装在您的系统上。
相关问题
pip清华源安装matplotlib
您可以使用以下命令将pip源更改为清华源,并安装matplotlib:
1. 首先,打开终端或命令提示符。
2. 输入以下命令更改pip源为清华源:
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
3. 然后,输入以下命令安装matplotlib:
pip install matplotlib
4. 等待安装完成后,您就可以使用matplotlib了。
希望这能帮助到您!
清华镜像源安装matplotlib
要在清华镜像源上安装matplotlib,可以使用以下命令:python -m pip install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple 。这将使用清华镜像源作为pip的源来下载和安装matplotlib库。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *3* [第十章 Matplotlib绘图方法](https://blog.csdn.net/garbagerofsuct/article/details/129584352)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
- *2* [安装matplotlib](https://blog.csdn.net/qq_42817360/article/details/127423779)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]
阅读全文