Anaconda¶
-
Anaconda: The Most Popular Python Data Science Platform
-
conda: https://docs.conda.io
conda 配置¶
~/.condarc
ssl_verify: true
channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- defaults
auto_activate_base: false
default_python:
show_channel_urls: true
proxy_servers:
http: socks5://127.0.0.1:1080
https: socks5://127.0.0.1:1080
conda 命令¶
-
version
-
config
-
env
-
配置 国内源
-
packages
with Jupyter¶
- add conda environment to jupyter lab