conda activate
解決したいこと
conda init .....
が成功し、conda activateをしろと言われて、すると、
conda initwをしろと言われる。
conda activateを完了したい。
発生している問題・エラー
conda initが終了したところから
Downloading and Extracting Packages:
pytorch-2.5.1 | 1.35 GB | ##############################################################################################8 | 100%
cudatoolkit-11.7.0 | 831.6 MB | ##############################################################################################6 | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: | By downloading and using the CUDA Toolkit conda packages, you accept the terms and conditions of the CUDA End Use
r License Agreement (EULA): https://docs.nvidia.com/cuda/eula/index.html
done
#
# To activate this environment, use
#
# $ conda activate unsloth_env
#
# To deactivate an active environment, use
#
# $ conda deactivate
# conda activate unsloth_env
CondaError: Run 'conda init' before 'conda activate'
# conda init
no change /root/miniforge3/condabin/conda
no change /root/miniforge3/bin/conda
no change /root/miniforge3/bin/conda-env
no change /root/miniforge3/bin/activate
no change /root/miniforge3/bin/deactivate
no change /root/miniforge3/etc/profile.d/conda.sh
no change /root/miniforge3/etc/fish/conf.d/conda.fish
no change /root/miniforge3/shell/condabin/Conda.psm1
no change /root/miniforge3/shell/condabin/conda-hook.ps1
no change /root/miniforge3/lib/python3.12/site-packages/xontrib/conda.xsh
no change /root/miniforge3/etc/profile.d/conda.csh
no change /root/.bashrc
No action taken.
# conda activate unsloth_env
CondaError: Run 'conda init' before 'conda activate'
または、問題・エラーが起きている画像をここにドラッグアンドドロップ
自分で試したこと
なんどかやりなおしました。
0