cat ~/.condarc #auto_activate_base: false changeps1: false #report_errors: false 解决 注释掉~/.condarc中的changeps1行,再执行conda init bash ,正常运行。 conda init bash no change /public1/software/apps/anaconda3/condabin/conda no change /public1/software/apps/anaconda3/bin/conda no change...
如果你的情况如上,没有关于任何conda init相关的任何内容,那么就表明确实没有初始化,现在来初始化: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [zhangweixi@dev001 ~]$ conda init bash no change /usr/local/anaconda3/condabin/conda no change /usr/local/anaconda3/bin/conda no change /usr/loca...
When we use the order conda init in Git-Bash to initialize the terminal, it will give us a error infomation: no actions taken: $ conda init bash no change S:\softwares\Anaconda\Scripts\conda.exe no change S:\softwares\Anaconda\Scripts\conda-env.exe no change S:\softwares\Anaconda\Scripts...
[zhangweixi@dev001 ~]$ conda init bash no change /usr/local/anaconda3/condabin/conda no change /usr/local/anaconda3/bin/conda no change /usr/local/anaconda3/bin/conda-env no change /usr/local/anaconda3/bin/activate no change /usr/local/anaconda3/bin/deactivate no change /usr/local/anac...
conda init bash ,No action taken.conda init bash action As an AI language model, I'm not sure about your specific system configuration or conda environment. However, generally speaking, the message "No action taken" indicates that the command "conda init bash" did not perform any actions. ...
If using 'conda activate' from a batch script, change your invocation to 'CALL conda.bat activate'. To initialize your shell, run $ conda init <SHELL_NAME> Currently supported shells are: - bash - cmd.exe - fish - tcsh - xonsh
no change/home/ubuntu/miniconda3/etc/profile.d/conda.csh modified/home/ubuntu/.bashrc 这个文件被修改的很复杂,一般人可能是看不懂的,当然,也不需要懂。 代码语言:javascript 复制 #>>>conda initialize>>>#!!Contents withinthisblock are managed by'conda init'!!__conda_setup="$('/home/ubuntu/mini...
在云/远程环境中,根据您的GUI,您可能需要重新启动云计算机。
no change /home/mariana/.bashrc No action taken. Operation failed. Steps to Reproduce Download the conda package from AUR. Install it. Create an environment. conda init Expected Behavior Conda would initialize. Environment Information `conda info` ...
conda init是一个用于初始化shell的命令,它的作用是将conda相关的环境变量和命令添加到当前使用的shell中,以便在使用conda命令时能够正常工作。 在执行conda init命令后,它会根据当前使用的shell类型自动初始化相应的配置文件。但是,并不是所有的shell都被支持。目前,conda init仅支持Bash、Zsh、Fish和PowerShell这几种...