pip install -i https://pypi.douban.com/simple 比如:pip install -i https://pypi.douban.com/simple requests 那么我们使用 pip install -i https://pypi.douban.com/simple matplotlib 出现问题:我们升级到python3.4以上 目前的版本号 我们先准备编译环境 yum install gcc-c++ gcc make cmake zlib-devel b...
添加镜像源(如清华源):conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main conda config --set show_channel_urls yes # conda config --set show_channel_urls yes的意思是从channel...
①安装:conda install [包名] conda install tensorflow-gpu# 安装TensorFlowconda installnumpy==1.18.5# 指定安装版本号 ②删除:conda uninstall [包名] conda uninstall numpy ③更新:conda update [包名] conda update numpy 4、(重要)复制环境依赖 这个方法一般是在复现相同环境时使用,一键快捷省心。例如更换服务...
取消开机自动启动conda base环境 conda config --setauto_activate_basefalse 修改配置文件 vim/root/.condarc(py390)[root@analysisdbTest]#vim /root/.condarcchannels:-defaultsdefault_channels:-https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main-https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r-...
1.添加清华镜像源 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/conda config --set show_channel_urls yes conda config --add channels https://mirrors.tuna.tsinghua.edu....
配置conda频道 #一:官方频道 conda config --add channels bioconda conda config --add channels conda-forge conda config --set show_channel_urls yes #二:清华镜像频道 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ ...
删除下载了没有使用的包:有一定风险 conda clean -p 清除index,比如更换北外镜像为清华镜像 conda clean -i 全部: conda clean -a 指定位置安装: conda install -p~/biosoft/samtools 然后启动 conda activate /home/data/... 之后,我们将进入Linux的进阶学习 ...
conda install --revision 版本数字 #输入下面命令回滚到之前没出错的版本 conda activate base conda install anaconda conda update --all(也尝试过conda clean --all,conda update --all) 参考: 1.https://qastack.cn/programming/55527354/the-environment-is-inconsistent-please-check-the-package-plan-carefull...
conda -h 7,我们设置镜像,设置镜像的目的,是有时候下载一些软件,需要访问国外的网站,镜像网站可以帮助我们更好地进行工作。首先,查看conda目前的镜像,命令: conda config --show 8,目前显示的是默认镜像,我们添加清华或北大的镜像,命令: conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anacond...
anaconda | 镜像站使用帮助 | 清华大学开源软件镜像站 | Tsinghua Open Source Mirrormirrors.tuna....