mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-08-01 09:19:32 -04:00
update:python
This commit is contained in:
@ -181,6 +181,17 @@ jupyter notebook
|
|||||||
- 启动后,你在新建 notebook 时可以选择刚刚注册的内核 “Python (myenv)” 来确保使用该环境的 Python 解释器。
|
- 启动后,你在新建 notebook 时可以选择刚刚注册的内核 “Python (myenv)” 来确保使用该环境的 Python 解释器。
|
||||||
|
|
||||||
> 当然,你也可以使用其他编辑器/IDE如 Sublime Text 或者 JetBrains 系列的 PyCharm 。
|
> 当然,你也可以使用其他编辑器/IDE如 Sublime Text 或者 JetBrains 系列的 PyCharm 。
|
||||||
|
|
||||||
|
> linux中使用Miniconda
|
||||||
|
```
|
||||||
|
# Miniconda安装脚本
|
||||||
|
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
|
||||||
|
# 执行以下命令启动安装程序:
|
||||||
|
bash Miniconda3-latest-Linux-x86_64.sh
|
||||||
|
# 验证安装
|
||||||
|
conda --version
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
**Done.**
|
**Done.**
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user