打开Anaconda Prompt或"命令提示符",输入(注意 generate 与 -config 间没有空格) jupyter notebook --generate-config 然后输入 y 7.2 Python Package下载源 a. 修改为国内镜像源 Python库源文件一般在国外服务器,可能会出现下载过慢导致提示下载错误error: Timeout,故可以换成国内镜像源,一般选择清华源。若使用原...
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --set show_channel_urls yes 1. 2. pip换源: Anaconda换源: 1. Anaconda的部分使用方法 1.0. PoweShell的配置 习惯用PowerShell了,也可用命令行,如果用PowerShell的话需要配置一下,不然创建好虚拟环境后...
conda config--add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda conda config--setshow_channel_urls yes conda 非常厉害的一点在于,它提供了一个创建环境的功能。 下面提供了一些常用的conda 指令。 代码语言:javascript 复制 conda--version # 查看conda 版本 conda create-n xxx pytho...
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ # 这是清华大学下载源 conda config --set show_channel_urls yes # 设置搜索显示地址 # 更新pip pip install --upgrade pip # 如果这个报错就执行下面到命令 pip install --upgrade pip --user # 设置pip默认下载源...
conda config --set show_channel_urls yes conda install scrapy--- #pip install pyqt5==5.12.3 -i https://mirrors.aliyun.com/pypi/simple/ #选择阿里云的源速度要比清华的快很多 pip install pyqt5-tools==5.12.3.1.6rc1 #安装pyqt5-tools时实际上会自动安装上门的pyqt5,所以不...