Facing a problem : initializing miniconda3 #55
Answered
by
MuellerSeb
yangso1
asked this question in
Installation
-
Beta Was this translation helpful? Give feedback.
Answered by
MuellerSeb
Jun 13, 2022
Replies: 1 comment
-
|
Hi there. You could either fully remove the installed miniconda folder and do it again with answering this question with ./miniconda3/bin/conda init
bashSince Hope that helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MuellerSeb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi there.
You could either fully remove the installed miniconda folder and do it again with answering this question with
yes, or you could runconda initmanually and then restart your bash:Since
conda initwas not run, thecondacommand is not yet available since it was not added to yourPATH. That is why you need to provide the full path to the conda binary (./miniconda3/bin/condain this case, please replace with another path, if you have installed miniconda somewhere else).Hope that helps.
Sebastian