首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
anaconda设置镜像
2024-10-11
Anaconda 镜像配置
镜像源 清华大学: https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/ 北京外国语大学: https://mirrors.bfsu.edu.cn/help/anaconda/ 南京邮电大学: https://mirrors.njupt.edu.cn/ 南京大学: http://mirrors.nju.edu.cn/ 重庆邮电大学: http://mirror.cqupt.edu.cn/ 上海交通大学: https://mirror.sjtu.e
yarn (npm) 切换设置镜像源
设置镜像源 1.查看一下当前源 yarn config get registry 2.切换为淘宝源 yarn config set registry https://registry.npm.taobao.org 3.或者切换为自带的 yarn config set registry https://registry.yarnpkg.com
乌班图 之 设置镜像服务器 、设置屏幕分辨率QAQ
设置镜像服务器 Ubuntu 中的大部分软件安装都是用apt命令,从Ubuntu的服务器上直接安装的. 但是国外你懂的网速是硬伤,因此要搞个镜像服务器,内容当然都是一样的咯. 第一步:进入系统设置 第二步:打开软件和更新 第三步:设置 下载自其它站点 第四步:通过 选择最佳服务器 选择最快的 镜像源 设置屏幕分辨率 在虚拟机装好Ubuntu,进入系统分辨率是800*600,打开显示界面设置下分辨率,设置完怎么也选不上应用,于是只能通过命令设置来解决问题. 使用xrandr可以查看系统当前支持哪些
Docker设置镜像加速
一.为什么要设置镜像加速 由于docker的镜像源地址再国外,例如官方地址:https://hub.docker.com/search?q=hyperledger&type=image:因此下载镜像的化会很慢,这里就推荐使用国内的镜像源地址. 二.如何配置镜像加速 这里推荐安装较高版本的docker(1.12+) 编辑docker配置文件/etc/docker/daemon.json vim /etc/docker/daemon.json { "registry-mirrors"
PIP设置镜像源
PIP设置镜像源 pip安装Python包时候,默认是国外的下载源,速度太慢,本文介绍几种设置pip国内镜像源的方法 镜像源 阿里云 http://mirrors.aliyun.com/pypi/simple/ 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
MicroK8S 安装 修改IP 设置镜像加速 升级 卸载等
系统要求: Ubuntu 20.04 LTS, 18.04 LTS or 16.04 LTS或其他支持snapd的操作系统 内存:4G+ 硬盘:20G+ 官方文档 安装microk8s sudo snap install microk8s --classic 添加当前用户到用户组 sudo usermod -a -G microk8s $USER sudo chown -f -R $USER ~/.kube 修改别名 将kubectl定向为microk8s kubectl vim ~/.bash
win系统上Anaconda国内镜像配置
清华镜像2019.6.15已恢复 中科大镜像2019.7.1停机维护后恢复 1.打开anaconda prompt 2.添加清华镜像1:https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ 3.添加清华镜像2:https://mirrors.tuna.tsinghua.
npm 如何设置镜像站为淘宝网
转载 2015年06月24日 17:12:12 10542 淘宝镜像:http://npm.taobao.org/ 镜像使用方法(三种办法任意一种都能解决问题,建议使用第三种,将配置写死,下次用的时候配置还在): 1.通过config命令(持久使用) 设置命令: npm config set registry https://registry.npm.taobao.org //设置 查看命令1: [html] view plain copy npm config get registry 查看命
anaconda指定镜像源,解决conda下载速度慢失败问题
conda升级默认官网地址,速度会特别慢,现在我们指定一个当前可用的镜像,步骤如下: 1.执行命令,生成.condarc文件 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --set show_channel_urls yes 执行完上述命令后会在当前用户目录下生成.condarc文件 2.确认.condarc文件内容 channels: - ht
Python 学习之Anaconda 设置默认打开chrome 浏览器
笔者遇到的问题如何设置jupyter notebook 打开chrome 浏览器 1.打开anaconda prompt 2.输入jupyter notebook --generate-config 3.显示出jupyter_notebook_config.py 文件所在目录.找到这个文件,用记事本打开. 4. 在 # c.NotebookApp.browser = '''' 后加入下面语句块: import webbrowser webbrowser.register("chrome"
修改本地仓库Maven,设置镜像
修改本地仓库的位置: 先建立 文件路径: 进入文件夹目录: 就可以看到一个配置文件夹 就在里面修改本地仓库的路径,设置阿里云镜像 添加本地阿里云镜像: 如下图: 内容如下: <mirror> <id>aliyunmaven</id> <mirrorOf>*</mirrorOf> <name>aliyun</name> <url>http://maven.aliyu
yarn/npm 设置镜像地址
注意 如果开发 electron 桌面软件,需要设置以下两个镜像地址 disturl.electron_mirror 如果用到了 node-sass 需要设置以下一个镜像地址 sass_binary_site yarn yarn config set registry https://registry.npm.taobao.org -g && yarn config set disturl https://npm.taobao.org/dist -g && yarn con
安装ceph设置镜像源
当安装ceph时 卡在这的时候ceph会替换成自己的镜像源 所以这个时候 赶紧再打开一个终端 替换成国内的清华大学的镜像源 就不会被替换回去了 ceph.repo 文件 [Ceph] name=Ceph packages for $basearch baseurl=https://mirrors.tuna.tsinghua.edu.cn/ceph/rpm-mimic/el7/$basearch enabled= gpgcheck= type=rpm-md gpgkey=https://mirr
npm的nrm命令使用--设置镜像地址
npm下载会很慢,因为npm默认从国外下载资源,建议修改npm镜像源地址 1.运行npm i nrm -g全局安装nrm包: 2.使用nrm ls查看当前所有可用的镜像源地址以及当前所使用的镜像源地址: 3.使用nrm use taobao切换镜像源地址
anaconda 设置新的环境,这样python的包随便换和安装
1.进入anaconda navigate 里面创建一个新的environment 2.cmd里面conda info -e 3.activate 环境名 然后python的包就已经换到新环境了
sublime右键菜单,anaconda设置
1.sublime_addright.inf [Version]Signature="$Windows NT$" [DefaultInstall]AddReg=SublimeText3 [SublimeText3]hkcr,"*\\shell\\SublimeText3",,,"SublimeText3"hkcr,"*\\shell\\SublimeText3\\command",,,"""%1%
npm和yarn设置镜像源
npm 设置为淘宝源 npm config set registry https://registry.npm.taobao.org 使用nrm管理 nrm: npm registry manage nrm ls yarn 查看源 yarn config get registry 设置为淘宝源 yarn config set registry https://registry.npm.taobao.org 设置为默认 yarn config set registry https://regist
maven设置镜像地址
方法一:在maven文件夹下的settings.xml中添加(对所有的项目都有效) <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror&g
yarn 切换 设置 镜像 源
1.查看一下当前源 yarn config get registry 2.切换为淘宝源 yarn config set registry https://registry.npm.taobao.org 3.或者切换为自带的 yarn config set registry https://registry.yarnpkg.com .
Yarn && npm设置镜像源
安装yarn npm i -g yarn yarn yarn config set registry https://registry.npm.taobao.org --global yarn config set disturl https://npm.taobao.org/dist --global yarn config set sass_binary_site https://npm.taobao.org/mirrors/node-sass --global yarn config se
设置 git/npm/bower/pip/gem镜像或代理
git 设置: $ git config --global http.proxy http://proxy.mysite.com 取消: $ git config --global --unset http.proxy npm 设置代理: $ npm config set proxy=http://proxy.mysite.com 取消代理: $ npm config delete proxy 设置镜像: $ npm config set registry https://registry.np
热门专题
递归下降分析器编译原理第二版
mysql这么修改删除
weui picker 代码弹出
ui自动化八种定位方式
多 判断 && ||
get请求传递数组参数
js 监听Mac电脑双指放大操作
ease-in-out 公式
r语言计算某一列的频率
24v电压adc采样
createwindow函数 窗口 尺寸
display 和diplay
Arcengine 事务版本IPropertySet
selenium内存溢出
limit修改 debian
mac安装tensorflowGPU
u盘突然间插电脑上没反应怎么回事
MaterialDesign 教程
数据库恢复在另外电脑怎么操作
drawable 文件具体属性