conda conda-forge install forge

bash: conda: command not found

在Linux系统中安装完anaconda3或者miniconda3后,输入conda命令却返回bash: conda: command not found。 首先我尝试了网络上流传比较广的这个方法: 1.打开文件bashrc命令:vim ~/.bashrc 2.在最后一行加入 export PATH ......
command conda found bash not

conda常用命令

1. conda --version #查看conda版本,验证是否安装2. conda update conda #更新至最新版本,也会更新其它相关包3. conda update --all #更新所有包4. conda update package_name #更新指定的包5. conda c ......
命令 常用 conda

npm_npm install 命令中-S与-D尾缀的区别

-P, --save-prod: 包将出现在你的 dependencies 中。 这是默认值,除非存在 -D 或 -O。 -D, --save-dev: 包将出现在你的 devDependencies 中。 package.json中dependencies与devDependencies区别 de ......
尾缀 npm 命令 npm_npm install

乌班图安装conda

https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 找到最新的,找适合自己的。 下载到自己本地后,使用sh 进行安装。 然后是协议内容,一直空格到底部,然后输入yes —> 回车 安装目录可以使用默认的yes 要不要把anaconda3的安装 ......
conda

oracle cloud一台小内存机器yum install/update OutofMemory的问题排查

一台Oracle Cloud Free Tier的机器,说是有1G内存,但free 一下只有680M,swap有1384M。yum install curl 就一直卡,过了一会就被Kill掉了。查看/var/message ,显示oom killer,yum被kill掉,内存不足。 在网上找了一些, ......
OutofMemory 内存 机器 install oracle

常用的conda env命令

以下是一些常用的conda env命令:1. 创建一个新的环境: conda create --name <env_name> 2. 激活一个环境: conda activate <env_name> 3. 停用当前环境: conda deactivate 4. 查看已安装的环境列表: conda  ......
命令 常用 conda env

npm install 报-4048错误

报错原因: 有缓存 权限不够 有三种解决方法: 第一种:找到.npmrc文件并删除 在 C:\Users\自己用户的文件夹\ 下找到 .npmrc 文件并删除 注意:这个文件是隐藏的,需要显示隐藏才能看见 第二种方法:直接用命令清理 在控制台上输出 npm cache clean --force 一 ......
错误 install 4048 npm

pip安装包报错:PS C:\Users\Administrator\Desktop> pip install request ERROR: Could not find a version that satisfies the requirement request (from versions: none)

PS C:\Users\Administrator\Desktop> pip install requestERROR: Could not find a version that satisfies the requirement request (from versions: none)ERRO ......

Docker|--E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation

错误 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 871920D1991BC93C E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them ......
gnupg installed operation required Docker

python2.7 pip install pyyaml 安装出现错误

conda 环境 python2.7 安装 pyyaml: pip install pyyaml 错误如下: ERROR: Command errored out with exit status 1: command: bin/python2.7 /python2.7/site-packages/ ......
错误 python2 install python pyyaml

报错: sudo: effective uid is not 0, is sudo installed setuid root?

切root用户报错 报错: sudo: effective uid is not 0, is sudo installed setuid root?解决 : 给/usr/bin/sudo 文件添加一个 s 权限即可。 chmod +s /usr/bin/sudo 再切就可以了。 ......
sudo effective installed setuid is

Windows Tools | How To Install VS Microsoft C++ Build Tools on Windows

How To Install VS Microsoft C++ Build Tools on Windows This can be used for installing anything that requires C++ compiler on Windows. Installation st ......
Windows Tools Microsoft Install Build

forge教程

物品Item 介绍:物品就是所有只能抓在手中的,不能手动防置在level(世界)中的统称为物品。如果你问,那我把Item丢到level中呢?是方块,但是这是每种物品都会自带的掉落状态! 创建一个物品 当我们创建一个物品,我们当然要继承Item类 public class MyItem extends ......
教程 forge

OGG报错 INS-85054 in oggca.sh createing a new Service Manager after removing a previous installation (Doc ID 2301523.1)

这个报错主要是ogg的自启动和目录问题 Delete the following files at the OS level: Linux 7 /etc/systemd/system/OracleGoldenGate.service /etc/oggInst.loc Linux 6 /etc/ini ......

Docker - Install Docker Compose

Install using the repository Set up the repository. Find distro-specific instructions in: Ubuntu | CentOS | Debian | Raspberry Pi OS | Fedora | RHEL | ......
Docker Compose Install

Conda

Anaconda Anaconda提供多个独立的python环境供使用,可随时切换python大小版本,缺点是配置环境非常耗时间。 为了确保conda的正常使用,需要先卸载已有的python。然后进Anaconda官网下载并安装。 Miniconda 基本类似于 Anaconda,只是最初安装时并不 ......
Conda

## Could not find a working installation of Boost.

001、问题 002、解决方法 (base) [root@pc1 MaSuRCA-3.3.1]# yum -y install boost boost-devel (base) [root@pc1 MaSuRCA-3.3.1]# yum -y install gcc-c++.x86_64 gperf ......
installation working Could Boost find

conda 基本操作02

001、查看镜像源 (base) [root@pc1 test1]# conda config --show channels ## 查看镜像源 channels: - defaults 002、 ......
基本操作 conda

conda 基本操作

001、列出环境 (base) [root@pc1 home]# conda env list ## 列出环境 # conda environments: # base * /root/anaconda3 (base) [root@pc1 home]# conda info --env ## 列出环 ......
基本操作 conda

conda和pip查看、配置源

conda和pip查看、配置源 目录conda查看、配置源pip查看、配置源conda查看、配置源国内conda源 源 地址清华大学 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free ......
conda pip

conda管理虚拟环境

conda管理虚拟环境 conda管理虚拟环境 1.创建虚拟环境 创建一个名为py36的虚拟环境,指定python版本为3.6.1 conda create -n py36 python=3.6.1 2.激活进入虚拟环境 # windows conda activate py36 # linux s ......
环境 conda

(base) [root@pc1 test01]# conda create -n py37 python=3.7

001、问题:conda创建python环境遇到如下问题: Collecting package metadata (current_repodata.json): | DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): r ......
create python conda base root

4. Conda

1. 类别以及安装 Conda分为mini-conda和anaconda两种,第一个可以理解为纯净版,第二个附带了很多科学计算的包. 我们可以选择其中一个版本安装,使用wget + 网址即可.随后使用下文指令启动. bash Anaconda3-2023.03-1-Linux-x86_64.sh 搜 ......
Conda

How to install a command once for all login users in Linux All In One

How to install a command once for all login users in Linux All In One /etc/profile & /etc/profile.d/ ......
install command Linux login users

解决:sass-loader@6.0.6 requires a peer of node-sass@^4.0.0 but none is installed. You must install peer dependencies yourself.

参考:https://blog.csdn.net/hancoder/article/details/113821646 去https://github.com/sass/npnode-sass 或者 https://github.com/sass/node-sass/releases 都可以看到no ......
sass peer dependencies sass-loader installed

解决:npm ERR! chromedriver@2.27.2 install: `node install.js`

https://cdn.npmmirror.com/binaries/chromedriver/2.27/chromedriver_win32.zip 可以点击这个链接直接下载。 删掉项目中的 node_modules 文件夹。 根据自己的下载地址,安装依赖。 npm install chromed ......
install chromedriver node npm ERR

How to use a shell script to check whether a command had been installed in the Linux server All In One

How to use a shell script to check whether a command had been installed in the Linux server All In One shell script error [: :需要整数表达式 / [: -eq:需要一元表达... ......
installed command whether script server

[883] Install Python package using Jupyter Notebook

In the installation of packages in Jupyter Notebook, I encountered an issue. I installed packages using Command Prompt (CMD), but when I try to import ......
Notebook Install Jupyter package Python

Docker - Install and Uninstall

Install: 1. Set up Docker's Apt repository. # Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl gnupg sudo ......
Uninstall Install Docker and